Searched refs:cq_context (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dcq.c132 struct mlx4_cq_context *cq_context; local
139 cq_context = mailbox->buf;
140 memset(cq_context, 0, sizeof *cq_context);
142 cq_context->cq_max_count = cpu_to_be16(count);
143 cq_context->cq_period = cpu_to_be16(period);
156 struct mlx4_cq_context *cq_context; local
164 cq_context = mailbox->buf;
165 memset(cq_context, 0, sizeof *cq_context);
183 struct mlx4_cq_context *cq_context; local
282 struct mlx4_cq_context *cq_context; local
[all...]
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c234 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
260 cq->ibcq.event_handler(&event, cq->ibcq.cq_context);
778 struct mthca_cq_context *cq_context; local
815 cq_context = mailbox->buf;
828 memset(cq_context, 0, sizeof *cq_context);
829 cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK |
832 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24);
834 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index);
836 cq_context
[all...]
/freebsd-10-stable/contrib/ofed/libibverbs/src/
H A Dcompat-1_0.c140 void *cq_context; member in struct:ibv_cq_1_0
472 event->element.cq = event->element.cq->cq_context;
638 void *cq_context,
649 real_cq = ibv_create_cq(context->real_context, cqe, cq_context,
657 cq->cq_context = cq_context;
661 real_cq->cq_context = cq;
687 struct ibv_cq_1_0 **cq, void **cq_context)
698 *cq_context = (*cq)->cq_context;
637 __ibv_create_cq_1_0(struct ibv_context_1_0 *context, int cqe, void *cq_context, struct ibv_comp_channel *channel, int comp_vector) argument
686 __ibv_get_cq_event_1_0(struct ibv_comp_channel *channel, struct ibv_cq_1_0 **cq, void **cq_context) argument
[all...]
H A Dverbs.c273 struct ibv_cq *__ibv_create_cq(struct ibv_context *context, int cqe, void *cq_context, argument
287 cq->cq_context = cq_context;
330 struct ibv_cq **cq, void **cq_context)
338 *cq_context = (*cq)->cq_context;
329 __ibv_get_cq_event(struct ibv_comp_channel *channel, struct ibv_cq **cq, void **cq_context) argument
/freebsd-10-stable/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);
817 schp->ibcq.cq_context);
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dev.c81 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
204 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
H A Dqp.c604 schp->ibcq.cq_context);
634 rchp->ibcq.cq_context);
1022 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
1036 (*schp->ibcq.comp_handler)(&schp->ibcq, schp->ibcq.cq_context);
1053 (*rchp->ibcq.comp_handler)(&rchp->ibcq, rchp->ibcq.cq_context);
1059 schp->ibcq.cq_context);
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h164 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Dverbs.c726 void *cq_context, int cqe, int comp_vector)
737 cq->cq_context = cq_context;
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_main.c238 struct ib_uverbs_event_file *ev_file = cq->cq_context;
411 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) argument
413 struct ib_uverbs_event_file *file = cq_context;
H A Duverbs_cmd.c818 cq->cq_context = ev_file;
1003 ev_file = cq->cq_context;
H A Dmad.c2529 struct ib_mad_port_private *port_priv = cq->cq_context;
/freebsd-10-stable/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h617 void *cq_context; member in struct:ibv_cq
887 * @cq_context - Consumer-supplied context returned for completion events
894 void *cq_context,
916 * @cq_context: Used to return consumer-supplied CQ context.
922 struct ibv_cq **cq, void **cq_context);
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c362 sdp_tx_irq(struct ib_cq *cq, void *cq_context) argument
366 ssk = cq_context;
H A Dsdp_rx.c675 sdp_rx_irq(struct ib_cq *cq, void *cq_context) argument
677 struct socket *sk = cq_context;
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dcq.c48 ibcq->comp_handler(ibcq, ibcq->cq_context);
67 ibcq->event_handler(&event, ibcq->cq_context);
H A Dmad.c1240 struct mlx4_ib_demux_pv_ctx *ctx = cq->cq_context;
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1053 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
1060 void *cq_context; member in struct:ib_cq
2062 * @cq_context: Context associated with the CQ returned to the user via
2073 void *cq_context, int cqe, int comp_vector);
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h754 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context);
H A Dmlx5_ib_cq.c39 ibcq->comp_handler(ibcq, ibcq->cq_context);
59 ibcq->event_handler(&event, ibcq->cq_context);
H A Dmlx5_ib_mr.c514 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) argument
H A Dmlx5_ib_main.c1579 devr->c0->cq_context = NULL;
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h4760 struct mlx5_ifc_cqc_bits cq_context; member in struct:mlx5_ifc_query_cq_out_bits
5456 struct mlx5_ifc_cqc_bits cq_context; member in struct:mlx5_ifc_modify_cq_in_bits
7067 struct mlx5_ifc_cqc_bits cq_context; member in struct:mlx5_ifc_create_cq_in_bits
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1411 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);

Completed in 493 milliseconds