Searched refs:comp_handler (Results 1 – 13 of 13) sorted by relevance
| /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
|
| /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 | 1008 (*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 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 | 472 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 D | siw_qp.c | 1009 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 D | ionic_admin.c | 528 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 D | ionic_controlpath.c | 2395 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 D | pvrdma_main.c | 518 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 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/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()
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | utils.c | 2406 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 D | hns_roce_hw_v2.c | 956 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()
|