Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dmain.c847 static int bnxt_re_handle_affi_async_event(struct creq_qp_event *affi_async, in bnxt_re_handle_affi_async_event() argument
856 event = affi_async->event; in bnxt_re_handle_affi_async_event()
861 rc = bnxt_re_handle_qp_async_event(affi_async, qp); in bnxt_re_handle_affi_async_event()
869 struct creq_qp_event *affi_async; in bnxt_re_aeq_handler() local
879 affi_async = aeqe; in bnxt_re_aeq_handler()
880 rc = bnxt_re_handle_affi_async_event(affi_async, obj); in bnxt_re_aeq_handler()