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

NAME

6       rio_add_inb_buffer - Add buffer to an inbound mailbox queue
7

SYNOPSIS

9       int rio_add_inb_buffer(struct rio_mport * mport, int mbox,
10                              void * buffer);
11

ARGUMENTS

13       mport
14           Master port containing the inbound mailbox
15
16       mbox
17           The inbound mailbox number
18
19       buffer
20           Pointer to the message buffer
21

DESCRIPTION

23       Adds a buffer to an inbound mailbox queue for reception. Returns 0 on
24       success.
25

AUTHOR

27       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
28           Author.
29
31Kernel Hackers Manual 3.10         June 2019             RIO_ADD_INB_BUFFER(9)
Impressum