Searched refs:comp_handler (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_ev.c | 99 (*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 | 829 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in __flush_qp() 843 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context); in __flush_qp() 865 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 870 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | ev.c | 114 (*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 | 1156 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1163 (*rchp->ibcq.comp_handler)(&rchp->ibcq, in __flush_qp() 1169 (*schp->ibcq.comp_handler)(&schp->ibcq, in __flush_qp() 1188 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp() 1193 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_irq.c | 79 if (!cq->ib_cq.comp_handler) in comp_event_callback() 83 cq->ib_cq.comp_handler(&cq->ib_cq, cq->ib_cq.cq_context); in comp_event_callback()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | verbs.c | 1155 ib_comp_handler comp_handler, in ib_create_cq() argument 1167 cq->comp_handler = comp_handler; in ib_create_cq()
|
D | uverbs_cmd.c | 1407 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_cq.c | 78 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in c2_cq_event()
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_cq.c | 181 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_cq.c | 195 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | cq.c | 211 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 955 if (bcq && bcq->ibcq.comp_handler) { in ocrdma_qp_buddy_cq_handler() 957 (*bcq->ibcq.comp_handler) (&bcq->ibcq, bcq->ibcq.cq_context); in ocrdma_qp_buddy_cq_handler() 974 if (cq->ibcq.comp_handler) { in ocrdma_qp_cq_handler() 976 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in ocrdma_qp_cq_handler()
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1313 ib_comp_handler comp_handler; member 2471 ib_comp_handler comp_handler,
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_cq.c | 235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | cq.c | 45 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|
D | main.c | 2676 mqp->ibqp.send_cq->comp_handler) { in mlx4_ib_handle_catas_error() 2694 mqp->ibqp.recv_cq->comp_handler) { in mlx4_ib_handle_catas_error()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 44 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp()
|
D | main.c | 1210 devr->c0->comp_handler = NULL; in create_dev_resources()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_hw.c | 3763 if (nescq->ibcq.comp_handler) in nes_iwarp_ce_handler() 3764 nescq->ibcq.comp_handler(&nescq->ibcq, nescq->ibcq.cq_context); in nes_iwarp_ce_handler()
|