Searched refs:comp_handler (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.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 | 1358 ib_comp_handler comp_handler, in ib_create_cq() argument 1370 cq->comp_handler = comp_handler; in ib_create_cq()
|
| H A D | ib_uverbs_cmd.c | 1425 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
| /freebsd-12.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 | 635 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr() 665 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr() 1191 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1198 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1204 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp() 1223 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 1228 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_cq.c | 38 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp() 897 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
|
| H A D | mlx5_ib_main.c | 2427 mqp->ibqp.send_cq->comp_handler) { in mlx5_ib_handle_internal_error() 2444 mqp->ibqp.recv_cq->comp_handler) { in mlx5_ib_handle_internal_error() 2736 devr->c0->comp_handler = NULL; in create_dev_resources()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1444 ib_comp_handler comp_handler; member 2835 ib_comp_handler comp_handler,
|
| /freebsd-12.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-12.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 | 3052 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error() 3070 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
|