Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.h31 void (*ulp_async_notifier)(void *, struct hwrm_async_event_cmpl *); member
H A Dbnxt_ulp.c429 if (!ops || !ops->ulp_async_notifier) in bnxt_ulp_async_events()
438 ops->ulp_async_notifier(ulp->handle, cmpl); in bnxt_ulp_async_events()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dmain.c310 .ulp_async_notifier = NULL,