Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgbe/iw_cxgbe/
HDev.c81 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event()
200 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in c4iw_ev_handler()
HDqp.c955 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in __flush_qp()
969 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context); in __flush_qp()
986 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp()
991 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
/NextBSD/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_ev.c133 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in post_qp_event()
208 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context); in iwch_ev_dispatch()
HDiw_cxgb_qp.c784 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in __flush_qp()
795 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context); in __flush_qp()
813 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context); in flush_qp()
816 (*schp->ibcq.comp_handler)(&schp->ibcq, in flush_qp()
/NextBSD/sys/ofed/drivers/infiniband/core/
HDverbs.c1017 ib_comp_handler comp_handler, in ib_create_cq() argument
1033 cq->comp_handler = comp_handler; in ib_create_cq()
HDuverbs_cmd.c1328 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
/NextBSD/sys/ofed/include/rdma/
HDib_verbs.h1343 ib_comp_handler comp_handler; member
2198 ib_comp_handler comp_handler,
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_cq.c234 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDcq.c49 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()