No Active State Power Management.
Then she found it. The interrupt handler: rtl8169_interrupt . On a packet receive, the chip raises a line on the PCI bus. The kernel calls this routine. The routine reads a status register via MMIO. Then it does the dance: acknowledge the interrupt, schedule an NAPI poll, clear the bit. driver for pci device
vim r8169_main.c