Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.h23 struct hwrm_async_event_cmpl;
34 void (*ulp_async_notifier)(void *, struct hwrm_async_event_cmpl *);
122 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl);
H A Dbnxt_ulp.c353 void bnxt_ulp_async_events(struct bnxt *bp, struct hwrm_async_event_cmpl *cmpl) in bnxt_ulp_async_events()
H A Dbnxt_sriov.c32 struct hwrm_async_event_cmpl *async_cmpl; in bnxt_hwrm_fwd_async_event_cmpl()
45 (struct hwrm_async_event_cmpl *)req->encap_async_event_cmpl; in bnxt_hwrm_fwd_async_event_cmpl()
H A Dbnxt_hsi.h819 struct hwrm_async_event_cmpl { struct
H A Dbnxt.c2663 struct hwrm_async_event_cmpl *cmpl) in bnxt_async_event_process()
2915 (struct hwrm_async_event_cmpl *)txcmp); in bnxt_hwrm_handler()
/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dmain.c314 struct hwrm_async_event_cmpl cmpl;
397 static void bnxt_re_async_notifier(void *handle, struct hwrm_async_event_cmpl *cmpl) in bnxt_re_async_notifier()