RIO_SETUP_INB_DBELL(9) | Internals | RIO_SETUP_INB_DBELL(9) |
NAME¶
rio_setup_inb_dbell - bind inbound doorbell callback
SYNOPSIS¶
int rio_setup_inb_dbell(struct rio_mport * mport, void * dev_id, struct resource * res, void (*dinb) (struct rio_mport * mport, void *dev_id, u16 src, u16 dst, u16 info));
ARGUMENTS¶
struct rio_mport * mport
void * dev_id
struct resource * res
void (*) (struct rio_mport * mport, void *dev_id, u16 src, u16 dst, u16 info) dinb
DESCRIPTION¶
Adds a doorbell resource/callback pair into a port's doorbell event list. Returns 0 if the request has been satisfied.
AUTHOR¶
Matt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com>
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |