Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_ev.c99 (*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()
Diwch_qp.c829 (*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/
Dev.c114 (*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()
Dqp.c1156 (*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/
Dehca_irq.c79 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/
Dverbs.c1155 ib_comp_handler comp_handler, in ib_create_cq() argument
1167 cq->comp_handler = comp_handler; in ib_create_cq()
Duverbs_cmd.c1407 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_cq.c78 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context); in c2_cq_event()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c181 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c195 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c211 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in send_complete()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c955 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/
Dib_verbs.h1313 ib_comp_handler comp_handler; member
2471 ib_comp_handler comp_handler,
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_cq.c235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcq.c45 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
Dmain.c2676 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/
Dcq.c44 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx5_ib_cq_comp()
Dmain.c1210 devr->c0->comp_handler = NULL; in create_dev_resources()
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes_hw.c3763 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()