Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ulp.h34 void (*ulp_async_notifier)(void *, struct hwrm_async_event_cmpl *); member
Dbnxt_ulp.c366 if (!ops || !ops->ulp_async_notifier) in bnxt_ulp_async_events()
375 ops->ulp_async_notifier(ulp->handle, cmpl); in bnxt_ulp_async_events()
/linux-6.14.4/drivers/infiniband/hw/bnxt_re/
Dmain.c510 .ulp_async_notifier = bnxt_re_async_notifier,