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

/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c81 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
200 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
H A Dqp.c956 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
970 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context);
987 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
992 (*schp->ibcq.comp_handler)(&schp->ibcq,
/freebsd-10.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ev.c133 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
208 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
H A Diw_cxgb_qp.c784 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
795 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context);
813 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
816 (*schp->ibcq.comp_handler)(&schp->ibcq,
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c724 ib_comp_handler comp_handler,
735 cq->comp_handler = comp_handler;
723 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, int cqe, int comp_vector) argument
H A Duverbs_cmd.c813 cq->comp_handler = ib_uverbs_comp_handler;
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h1009 ib_comp_handler comp_handler; member in struct:ib_cq
1746 * @comp_handler: A user-specified callback that is invoked when a
1759 ib_comp_handler comp_handler,
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c48 ibcq->comp_handler(ibcq, ibcq->cq_context);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c234 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);

Completed in 203 milliseconds