RIO_REQUEST_INB_DBEL(9) | RapidIO driver interface | RIO_REQUEST_INB_DBEL(9) |
NAME¶
rio_request_inb_dbell - request inbound doorbell message service
SYNOPSIS¶
int rio_request_inb_dbell(struct rio_mport * mport, void * dev_id, u16 start, u16 end, void (*dinb) (struct rio_mport * mport, void *dev_id, u16 src, u16 dst, u16 info));
ARGUMENTS¶
struct rio_mport * mport
void * dev_id
u16 start
u16 end
void (*) (struct rio_mport * mport, void *dev_id, u16 src, u16 dst, u16 info) dinb
DESCRIPTION¶
Requests ownership of an inbound doorbell resource and binds a callback function to the resource. Returns 0 if the request has been satisfied.
AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |