Lines Matching full:outbound
197 * fsl_rio_tx_handler - MPC85xx outbound message interrupt handler
201 * Handles outbound message interrupts. Executes a register outbound
214 pr_info("RIO: outbound message transmission error\n"); in fsl_rio_tx_handler()
220 pr_info("RIO: outbound message queue overflow\n"); in fsl_rio_tx_handler()
649 * fsl_add_outb_message - Add message to the MPC85xx outbound message queue
650 * @mport: Master port with outbound message queue
651 * @rdev: Target of outbound message
652 * @mbox: Outbound mailbox
653 * @buffer: Message to add to outbound queue
656 * Adds the @buffer message to the MPC85xx outbound message queue. Returns
709 * fsl_open_outb_mbox - Initialize MPC85xx outbound mailbox
710 * @mport: Master port implementing the outbound message unit
713 * @entries: Number of entries in the outbound mailbox ring
715 * Initializes buffer ring, request the outbound message interrupt,
716 * and enables the outbound message unit. Returns %0 on success and
754 /* Initialize outbound message descriptor ring */ in fsl_open_outb_mbox()
775 /* Hook up outbound message handler */ in fsl_open_outb_mbox()
782 * Configure outbound message unit in fsl_open_outb_mbox()
816 * fsl_close_outb_mbox - Shut down MPC85xx outbound mailbox
817 * @mport: Master port implementing the outbound message unit
820 * Disables the outbound message unit, free all buffers, and
821 * frees the outbound message interrupt.