Skip to main content

register_nic_irq

Function register_nic_irq 

Source
pub fn register_nic_irq(irq: u8)
Expand description

Register the NIC IRQ handler.

Called after a NIC driver successfully initialises and has read its PCI interrupt line. The handler reads ICR and sends EOI; actual receive processing is triggered via the driver’s receive() method which the network stack calls when handle_interrupt() signals that packets are available.