Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1666 static int bnxt_re_handle_affi_async_event(struct creq_qp_event *affi_async, in bnxt_re_handle_affi_async_event() argument
1679 event = affi_async->event; in bnxt_re_handle_affi_async_event()
1684 rc = bnxt_re_handle_qp_async_event(affi_async, qp); in bnxt_re_handle_affi_async_event()
1689 rc = bnxt_re_handle_cq_async_error(affi_async, cq); in bnxt_re_handle_affi_async_event()
1700 struct creq_qp_event *affi_async; in bnxt_re_aeq_handler() local
1710 affi_async = aeqe; in bnxt_re_aeq_handler()
1711 rc = bnxt_re_handle_affi_async_event(affi_async, obj); in bnxt_re_aeq_handler()