Searched refs:comp_handler (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_cq.c | 124 cq->comp_handler = NULL; /* no hardware completions */ in ib_alloc_cq() 128 cq->comp_handler = ib_cq_completion_workqueue; in ib_alloc_cq()
|
| H A D | ib_verbs.c | 1363 ib_comp_handler comp_handler, in ib_create_cq() argument 1375 cq->comp_handler = comp_handler; in ib_create_cq()
|
| H A D | ib_uverbs_cmd.c | 1422 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
| /freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | ev.c | 83 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event() 206 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
|
| H A D | qp.c | 637 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr() 667 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr() 1198 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1205 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1211 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp() 1230 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 1235 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_cm.c | 84 if (cq->ibcq.comp_handler) in qlnxr_ll2_complete_tx_packet() 85 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_ll2_complete_tx_packet() 145 if (cq->ibcq.comp_handler) in qlnxr_ll2_complete_rx_packet() 146 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_ll2_complete_rx_packet()
|
| H A D | qlnxr_os.c | 344 if (!cq->destroyed && cq->ibcq.comp_handler) { in qlnxr_intr() 349 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qlnxr_intr()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_cq.c | 41 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp() 909 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
|
| H A D | mlx5_ib_main.c | 2621 mqp->ibqp.send_cq->comp_handler) { in mlx5_ib_handle_internal_error() 2638 mqp->ibqp.recv_cq->comp_handler) { in mlx5_ib_handle_internal_error() 2930 devr->c0->comp_handler = NULL; in create_dev_resources()
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1478 ib_comp_handler comp_handler; member 2907 ib_comp_handler comp_handler,
|
| /freebsd-13.1/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-13.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_cq.c | 46 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|
| H A D | mlx4_ib_main.c | 3055 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error() 3073 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
|