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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c124 cq->comp_handler = NULL; /* no hardware completions */
128 cq->comp_handler = ib_cq_completion_workqueue;
H A Dib_verbs.c1358 ib_comp_handler comp_handler,
1370 cq->comp_handler = comp_handler;
1357 ib_create_cq(struct ib_device *device, ib_comp_handler comp_handler, void (*event_handler)(struct ib_event *, void *), void *cq_context, const struct ib_cq_init_attr *cq_attr) argument
H A Dib_uverbs_cmd.c1421 cq->comp_handler = ib_uverbs_comp_handler;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c83 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
206 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
H A Dqp.c637 (*schp->ibcq.comp_handler)(&schp->ibcq,
667 (*rchp->ibcq.comp_handler)(&rchp->ibcq,
1198 (*rchp->ibcq.comp_handler)(&rchp->ibcq,
1205 (*rchp->ibcq.comp_handler)(&rchp->ibcq,
1211 (*schp->ibcq.comp_handler)(&schp->ibcq,
1230 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
1235 (*schp->ibcq.comp_handler)(&schp->ibcq,
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c38 ibcq->comp_handler(ibcq, ibcq->cq_context);
897 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
H A Dmlx5_ib_main.c2428 mqp->ibqp.send_cq->comp_handler) {
2445 mqp->ibqp.recv_cq->comp_handler) {
2737 devr->c0->comp_handler = NULL;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_cq.c235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cq.c46 ibcq->comp_handler(ibcq, ibcq->cq_context);
H A Dmlx4_ib_main.c3057 mqp->ibqp.send_cq->comp_handler) {
3075 mqp->ibqp.recv_cq->comp_handler) {
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1444 ib_comp_handler comp_handler; member in struct:ib_cq
2824 * @comp_handler: A user-specified callback that is invoked when a
2835 ib_comp_handler comp_handler,

Completed in 105 milliseconds