1RIO_ADD_OUTB_MESSAGE(9)    RapidIO driver interface    RIO_ADD_OUTB_MESSAGE(9)
2
3
4

NAME

6       rio_add_outb_message - Add RIO message to an outbound mailbox queue
7

SYNOPSIS

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

ARGUMENTS

14       mport
15           RIO master port containing the outbound queue
16
17       rdev
18           RIO device the message is be sent to
19
20       mbox
21           The outbound mailbox queue
22
23       buffer
24           Pointer to the message buffer
25
26       len
27           Length of the message buffer
28

DESCRIPTION

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

AUTHOR

34       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
35           Author.
36
38Kernel Hackers Manual 3.10         June 2019           RIO_ADD_OUTB_MESSAGE(9)
Impressum