Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/cxgb3/
Dcxio_hal.h129 typedef void (*cxio_hal_ev_callback_func_t) (struct cxio_rdev * rdev_p, typedef
183 void cxio_register_ev_cb(cxio_hal_ev_callback_func_t ev_cb);
184 void cxio_unregister_ev_cb(cxio_hal_ev_callback_func_t ev_cb);
Dcxio_hal.c49 static cxio_hal_ev_callback_func_t cxio_ev_cb = NULL;
843 void cxio_register_ev_cb(cxio_hal_ev_callback_func_t ev_cb) in cxio_register_ev_cb()
848 void cxio_unregister_ev_cb(cxio_hal_ev_callback_func_t ev_cb) in cxio_unregister_ev_cb()