Home
last modified time | relevance | path

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

/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()
H A Dqp.c1008 (*schp->ibcq.comp_handler)(&schp->ibcq, in complete_sq_drain_wr()
1059 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in complete_rq_drain_wr()
1645 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp()
1652 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp()
1658 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp()
1683 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp()
1688 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
/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.c472 if (!cq->destroyed && cq->ibcq.comp_handler) in qedr_irq_handler()
473 (*cq->ibcq.comp_handler) in qedr_irq_handler()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1009 if (!cq->base_cq.comp_handler) in siw_cq_notify_now()
1074 cq->base_cq.comp_handler(&cq->base_cq, in siw_sqe_complete()
1136 cq->base_cq.comp_handler(&cq->base_cq, in siw_rqe_complete()
/linux/drivers/infiniband/hw/ionic/
H A Dionic_admin.c528 vcq->ibcq.comp_handler = ionic_rdma_admincq_comp; in ionic_create_rdma_admincq()
809 if (cq->vcq->ibcq.comp_handler) in ionic_cq_event()
810 cq->vcq->ibcq.comp_handler(&cq->vcq->ibcq, in ionic_cq_event()
H A Dionic_controlpath.c2395 if (cq->flush && cq->vcq->ibcq.comp_handler) in ionic_notify_flush_cq()
2396 cq->vcq->ibcq.comp_handler(&cq->vcq->ibcq, in ionic_notify_flush_cq()
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_main.c518 if (cq && cq->ibcq.comp_handler) in pvrdma_intrx_handler()
519 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in pvrdma_intrx_handler()
/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.c2406 if (!cq->ibcq.comp_handler) in irdma_comp_handler()
2409 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in irdma_comp_handler()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c956 if (ibcq->comp_handler) in handle_drain_completion()
957 ibcq->comp_handler(ibcq, ibcq->cq_context); in handle_drain_completion()
960 if (ibcq->comp_handler) in handle_drain_completion()
2930 free_mr->rsv_cq->ib_cq.comp_handler = NULL; in free_mr_init_cq()