/openbmc/linux/drivers/infiniband/core/ |
H A D | cq.c | 248 cq->comp_handler = ib_cq_completion_direct; in __ib_alloc_cq() 251 cq->comp_handler = ib_cq_completion_softirq; in __ib_alloc_cq() 258 cq->comp_handler = ib_cq_completion_workqueue; in __ib_alloc_cq()
|
H A D | uverbs_std_types_cq.c | 123 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
|
H A D | verbs.c | 2122 ib_comp_handler comp_handler, in __ib_create_cq() argument 2137 cq->comp_handler = comp_handler; in __ib_create_cq()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_request_mgr.c | 73 static void comp_handler(unsigned long devarg); 142 tasklet_init(&req_mgr_h->comptask, comp_handler, in cc_req_mgr_init() 551 comp_handler((unsigned long)drvdata); in comp_work_handler() 613 static void comp_handler(unsigned long devarg) in comp_handler() function
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | ev.c | 115 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event() 234 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
|
H A D | qp.c | 1011 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr() 1062 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr() 1640 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1647 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1653 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp() 1678 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 1683 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
/openbmc/linux/drivers/infiniband/hw/qedr/ |
H A 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()
|
H A D | main.c | 475 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler() 476 (*cq->ibcq.comp_handler) in qedr_irq_handler()
|
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_eq.c | 152 if (cq->ibcq.comp_handler) in erdma_ceq_completion_handler() 153 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in erdma_ceq_completion_handler()
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_cq.c | 119 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in rxe_cq_post()
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_cq.c | 463 if (ibcq->comp_handler) in hns_roce_cq_completion() 464 ibcq->comp_handler(ibcq, ibcq->cq_context); in hns_roce_cq_completion()
|
H A D | hns_roce_main.c | 973 if (cq->comp_handler) { in check_and_get_armed_cq()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp.c | 1041 if (!cq->base_cq.comp_handler) in siw_cq_notify_now() 1106 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete() 1168 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
|
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_main.c | 492 if (cq && cq->ibcq.comp_handler) in pvrdma_intrx_handler() 493 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in pvrdma_intrx_handler()
|
/openbmc/linux/drivers/infiniband/sw/rdmavt/ |
H A D | cq.c | 140 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | cq.c | 45 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp() 941 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
|
/openbmc/linux/drivers/infiniband/hw/efa/ |
H A D | efa_main.c | 86 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in efa_process_comp_eqe()
|
/openbmc/linux/drivers/infiniband/hw/ocrdma/ |
H A 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()
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 1080 if (cq->ib_cq.comp_handler) { in bnxt_re_cqn_handler() 1082 (*cq->ib_cq.comp_handler)(&cq->ib_cq, cq->ib_cq.cq_context); in bnxt_re_cqn_handler()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_cq.c | 230 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 46 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|
H A D | main.c | 3091 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error() 3109 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | utils.c | 2445 if (!cq->ibcq.comp_handler) in irdma_comp_handler() 2448 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_comp_handler()
|
H A D | hw.c | 66 if (cq->ibcq.comp_handler) in irdma_iwarp_ce_handler() 67 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_iwarp_ce_handler()
|
/openbmc/linux/include/rdma/ |
H A D | ib_verbs.h | 1596 ib_comp_handler comp_handler; member 3917 ib_comp_handler comp_handler,
|