Query: mpt_interrupt
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MPT_INTERRUPT(9) Message-based devices MPT_INTERRUPT(9)NAMEmpt_interrupt - MPT adapter (IOC) specific interrupt handler.SYNOPSISirqreturn_t mpt_interrupt(int irq, void * bus_id);ARGUMENTSirq irq number (not used) bus_id bus identifier cookie == pointer to MPT_ADAPTER structureDESCRIPTIONThis routine is registered via the request_irq kernel API call, and handles all interrupts generated from a specific MPT adapter (also referred to as a IO Controller or IOC). This routine must clear the interrupt from the adapter and does so by reading the reply FIFO. Multiple replies may be processed per single call to this routine. This routine handles register-level access of the adapter but dispatches (calls) a protocol-specific callback routine to handle the protocol-specific details of the MPT request completion.COPYRIGHTKernel Hackers Manual 2.6. July 2010 MPT_INTERRUPT(9)
Related Man Pages |
---|
usb_poison_urb(9) - centos |
struct_irq_data(9) - centos |
bt-agent(1) - debian |
bus_describe_intr(9) - debian |
struct_uio_info(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Migrating to UNIX |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
SOCKS proxy & PAM configuration exposure |
Docker learning Phase-I |