Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c127 cq->comp_handler = NULL; /* no hardware completions */ in __ib_alloc_cq_user()
131 cq->comp_handler = ib_cq_completion_workqueue; in __ib_alloc_cq_user()
H A Dib_uverbs_std_types_cq.c119 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
H A Dib_verbs.c1527 ib_comp_handler comp_handler, in __ib_create_cq() argument
1542 cq->comp_handler = comp_handler; in __ib_create_cq()
H A Dib_uverbs_cmd.c1035 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c153 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event()
276 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
H A Dqp.c636 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr()
666 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr()
1201 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp()
1208 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp()
1214 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp()
1233 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp()
1238 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c82 if (cq->ibcq.comp_handler) in qlnxr_ll2_complete_tx_packet()
83 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_ll2_complete_tx_packet()
140 if (cq->ibcq.comp_handler) in qlnxr_ll2_complete_rx_packet()
141 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_ll2_complete_rx_packet()
H A Dqlnxr_os.c337 if (!cq->destroyed && cq->ibcq.comp_handler) { in qlnxr_intr()
342 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_intr()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c40 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp()
913 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
H A Dmlx5_ib_main.c2618 mqp->ibqp.send_cq->comp_handler) { in mlx5_ib_handle_internal_error()
2635 mqp->ibqp.recv_cq->comp_handler) { in mlx5_ib_handle_internal_error()
/freebsd/sys/dev/mthca/
H A Dmthca_cq.c235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c47 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
H A Dmlx4_ib_main.c2966 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error()
2984 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1469 ib_comp_handler comp_handler; member
3370 ib_comp_handler comp_handler,
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c2383 if (!cq->ibcq.comp_handler) in irdma_comp_handler()
2387 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_comp_handler()
H A Dirdma_hw.c99 if (cq->ibcq.comp_handler) in irdma_iwarp_ce_handler()
100 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_iwarp_ce_handler()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2472 if (cq->ibcq.comp_handler) { in bnxt_re_cqn_handler()
2478 (*cq->ibcq.comp_handler)(&cq->ibcq, cq->ibcq.cq_context); in bnxt_re_cqn_handler()