fsl_rio_rx_handler(9)
NAME
fsl_rio_rx_handler - MPC85xx inbound message interrupt handler
SYNOPSIS
irqreturn_t fsl_rio_rx_handler(int irq, void * dev_instance);
ARGUMENTS
- irq
- Linux interrupt number
- dev_instance
- Pointer to interrupt-specific data
DESCRIPTION
Handles inbound message interrupts. Executes a registered inbound
mailbox event handler and acks the interrupt occurrence.
AUTHOR
- Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
- Author.