Home
last modified time | relevance | path

Searched refs:comp_handler (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/infiniband/hw/mana/
H A Dcq.c136 if (cq->ibcq.comp_handler) in mana_ib_cq_handler()
137 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mana_ib_cq_handler()
318 if (cq->ibcq.comp_handler) in mana_drain_gsi_sqs()
319 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mana_drain_gsi_sqs()
/linux/drivers/crypto/ccree/
H A Dcc_request_mgr.c73 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
/linux/drivers/infiniband/hw/cxgb4/
H A Dev.c115 (*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()
/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c82 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 Dmain.c475 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
476 (*cq->ibcq.comp_handler) in qedr_irq_handler()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_cq.c116 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in rxe_cq_post()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_cq.c521 if (ibcq->comp_handler) in hns_roce_cq_completion()
522 ibcq->comp_handler(ibcq, ibcq->cq_context); in hns_roce_cq_completion()
H A Dhns_roce_main.c1111 if (cq->comp_handler) { in check_and_get_armed_cq()
H A Dhns_roce_hw_v2.c2766 free_mr->rsv_cq->ib_cq.comp_handler = NULL; in free_mr_init_cq()
/linux/drivers/infiniband/core/
H A Duverbs_std_types_cq.c186 cq->comp_handler = ib_uverbs_comp_handler; in UVERBS_HANDLER()
H A Dverbs.c2137 ib_comp_handler comp_handler, in __ib_create_cq() argument
2152 cq->comp_handler = comp_handler; in __ib_create_cq()
/linux/drivers/infiniband/sw/rdmavt/
H A Dcq.c141 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c48 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp()
949 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in notify_soft_wc_handler()
H A Dmain.c2756 mqp->ibqp.send_cq->comp_handler) { in mlx5_ib_handle_internal_error()
2773 mqp->ibqp.recv_cq->comp_handler) { in mlx5_ib_handle_internal_error()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c958 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/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c230 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
/linux/drivers/infiniband/hw/irdma/
H A Dutils.c2407 if (!cq->ibcq.comp_handler) in irdma_comp_handler()
2410 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_comp_handler()
H A Dhw.c67 if (cq->ibcq.comp_handler) in irdma_iwarp_ce_handler()
68 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_iwarp_ce_handler()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1742 if (cq->ib_cq.comp_handler) in bnxt_re_cqn_handler()
1743 (*cq->ib_cq.comp_handler)(&cq->ib_cq, cq->ib_cq.cq_context); in bnxt_re_cqn_handler()
/linux/include/rdma/
H A Dib_verbs.h1615 ib_comp_handler comp_handler; member
4026 ib_comp_handler comp_handler,