1RIO_HW_ADD_OUTB_MESS(9)            Internals           RIO_HW_ADD_OUTB_MESS(9)
2
3
4

NAME

6       rio_hw_add_outb_message - Add message to the MPC85xx outbound message
7       queue
8

SYNOPSIS

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

ARGUMENTS

15       mport
16           Master port with outbound message queue
17
18       rdev
19           Target of outbound message
20
21       mbox
22           Outbound mailbox
23
24       buffer
25           Message to add to outbound queue
26
27       len
28           Length of message
29

DESCRIPTION

31       Adds the buffer message to the MPC85xx outbound message queue. Returns
32       0 on success or -EINVAL on failure.
33

AUTHOR

35       Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
36           Author.
37
39Kernel Hackers Manual 2.6.         June 2019           RIO_HW_ADD_OUTB_MESS(9)
Impressum