Searched refs:comp_handler (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | ev.c | 81 (*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()
|
| HD | qp.c | 955 (*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/ |
| HD | iw_cxgb_ev.c | 133 (*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()
|
| HD | iw_cxgb_qp.c | 784 (*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/ |
| HD | verbs.c | 1017 ib_comp_handler comp_handler, in ib_create_cq() argument 1033 cq->comp_handler = comp_handler; in ib_create_cq()
|
| HD | uverbs_cmd.c | 1328 cq->comp_handler = ib_uverbs_comp_handler; in create_cq()
|
| /NextBSD/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 1343 ib_comp_handler comp_handler; member 2198 ib_comp_handler comp_handler,
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_cq.c | 234 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context); in mthca_cq_completion()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | cq.c | 49 ibcq->comp_handler(ibcq, ibcq->cq_context); in mlx4_ib_cq_comp()
|