Home
last modified time | relevance | path

Searched refs:ntb_queue_handlers (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/ntb/
H A Dntb_transport.h34 struct ntb_queue_handlers { struct
45 const struct ntb_queue_handlers *handlers, void *data); argument
H A Dntb_transport.c701 const struct ntb_queue_handlers *handlers, void *data) in ntb_transport_create_queue()
/src/sys/dev/ntb/if_ntb/
H A Dif_ntb.c134 struct ntb_queue_handlers handlers = { ntb_net_rx_handler, in ntb_net_attach()