1. NAME

rio_add_outb_message - Add RIO message to an outbound mailbox queue

2. SYNOPSIS

int rio_add_outb_message(struct rio_mport *  mport , struct rio_dev *  rdev , int  mbox , void *  buffer , size_t  len );

3. ARGUMENTS

mport
    RIO master port containing the outbound queue

rdev
    RIO device the message is be sent to

mbox
    The outbound mailbox queue

buffer
    Pointer to the message buffer

len
    Length of the message buffer

4. DESCRIPTION

Adds a RIO message buffer to an outbound mailbox queue for transmission. Returns 0 on success.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT