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