/Linux-v5.4/drivers/infiniband/core/ |
D | cq.c | 221 cq->comp_handler = ib_cq_completion_direct; in __ib_alloc_cq_user() 224 cq->comp_handler = ib_cq_completion_softirq; in __ib_alloc_cq_user() 231 cq->comp_handler = ib_cq_completion_workqueue; in __ib_alloc_cq_user()
|
D | uverbs_std_types_cq.c | 122 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
|
D | verbs.c | 1929 ib_comp_handler comp_handler, in __ib_create_cq() argument 1944 cq->comp_handler = comp_handler; in __ib_create_cq()
|
D | uverbs_cmd.c | 1028 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 100 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event() 178 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in iwch_ev_dispatch()
|
D | iwch_qp.c | 748 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in __flush_qp() 762 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context); in __flush_qp() 784 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 789 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
/Linux-v5.4/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 115 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event() 235 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
|
D | qp.c | 1010 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr() 1061 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr() 1639 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1646 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1652 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp() 1677 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 1682 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
/Linux-v5.4/drivers/crypto/ccree/ |
D | cc_request_mgr.c | 74 static void comp_handler(unsigned long devarg); 144 tasklet_init(&req_mgr_h->comptask, comp_handler, in cc_req_mgr_init() 568 comp_handler((unsigned long)drvdata); in comp_work_handler() 630 static void comp_handler(unsigned long devarg) in comp_handler() function
|
/Linux-v5.4/drivers/infiniband/hw/qedr/ |
D | qedr_roce_cm.c | 82 cq->ibcq.comp_handler ? "Yes" : "No"); in qedr_ll2_complete_tx_packet() 92 if (cq->ibcq.comp_handler) in qedr_ll2_complete_tx_packet() 93 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qedr_ll2_complete_tx_packet() 121 if (cq->ibcq.comp_handler) in qedr_ll2_complete_rx_packet() 122 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in qedr_ll2_complete_rx_packet()
|
D | main.c | 488 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler() 489 (*cq->ibcq.comp_handler) in qedr_irq_handler()
|
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_cq.c | 81 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in rxe_send_complete()
|
/Linux-v5.4/drivers/infiniband/sw/siw/ |
D | siw_qp.c | 1025 if (!cq->base_cq.comp_handler) in siw_cq_notify_now() 1090 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete() 1152 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
|
/Linux-v5.4/drivers/infiniband/hw/i40iw/ |
D | i40iw_hw.c | 175 if (i40iwcq->ibcq.comp_handler) in i40iw_iwarp_ce_handler() 176 i40iwcq->ibcq.comp_handler(&i40iwcq->ibcq, in i40iw_iwarp_ce_handler()
|
/Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
D | cq.c | 182 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_main.c | 520 if (cq && cq->ibcq.comp_handler) in pvrdma_intrx_handler() 521 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in pvrdma_intrx_handler()
|
/Linux-v5.4/drivers/infiniband/hw/hns/ |
D | hns_roce_cq.c | 46 ibcq->comp_handler(ibcq, ibcq->cq_context); in hns_roce_ib_cq_comp()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | cq.c | 44 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp() 884 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
|
D | main.c | 4491 mqp->ibqp.send_cq->comp_handler) { in mlx5_ib_handle_internal_error() 4508 mqp->ibqp.recv_cq->comp_handler) { in mlx5_ib_handle_internal_error()
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | main.c | 890 if (cq->ib_cq.comp_handler) { in bnxt_re_cqn_handler() 892 (*cq->ib_cq.comp_handler)(&cq->ib_cq, cq->ib_cq.cq_context); in bnxt_re_cqn_handler()
|
/Linux-v5.4/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 958 if (bcq && bcq->ibcq.comp_handler) { in ocrdma_qp_buddy_cq_handler() 960 (*bcq->ibcq.comp_handler) (&bcq->ibcq, bcq->ibcq.cq_context); in ocrdma_qp_buddy_cq_handler() 977 if (cq->ibcq.comp_handler) { in ocrdma_qp_cq_handler() 979 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in ocrdma_qp_cq_handler()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 230 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | cq.c | 46 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|
D | main.c | 3111 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error() 3129 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 1545 ib_comp_handler comp_handler; member 3815 ib_comp_handler comp_handler,
|