Searched refs:comp_handler (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cq.c | 127 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 D | ib_uverbs_std_types_cq.c | 119 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
|
H A D | ib_verbs.c | 1527 ib_comp_handler comp_handler, in __ib_create_cq() argument 1542 cq->comp_handler = comp_handler; in __ib_create_cq()
|
H A D | ib_uverbs_cmd.c | 1035 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | ev.c | 153 (*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 D | qp.c | 636 (*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 D | qlnxr_cm.c | 82 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 D | qlnxr_os.c | 337 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 D | mlx5_ib_cq.c | 40 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 D | mlx5_ib_main.c | 2618 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 D | mthca_cq.c | 235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_cq.c | 47 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|
H A D | mlx4_ib_main.c | 2966 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 D | ib_verbs.h | 1469 ib_comp_handler comp_handler; member 3370 ib_comp_handler comp_handler,
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_utils.c | 2383 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 D | irdma_hw.c | 99 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 D | main.c | 2472 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()
|