Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c49 static cxio_hal_ev_callback_func_t cxio_ev_cb = NULL; variable
870 cxio_ev_cb = ev_cb; in cxio_register_ev_cb()
875 cxio_ev_cb = NULL; in cxio_unregister_ev_cb()
907 else if (cxio_ev_cb) in cxio_hal_ev_handler()
908 (*cxio_ev_cb) (rdev_p, skb); in cxio_hal_ev_handler()