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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/mlx4/
H A Dcq.c138 struct mlx4_cq_context *cq_context; local
166 cq_context = mailbox->buf;
167 memset(cq_context, 0, sizeof *cq_context);
169 cq_context->logsize_usrpage = cpu_to_be32((ilog2(nent) << 24) | uar->index);
170 cq_context->comp_eqn = priv->eq_table.eq[MLX4_EQ_COMP].eqn;
171 cq_context->log_page_size = mtt->page_shift - MLX4_ICM_PAGE_SHIFT;
174 cq_context->mtt_base_addr_h = mtt_addr >> 32;
175 cq_context->mtt_base_addr_l = cpu_to_be32(mtt_addr & 0xffffffff);
176 cq_context
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c240 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
266 cq->ibcq.event_handler(&event, cq->ibcq.cq_context);
792 struct mthca_cq_context *cq_context; local
829 cq_context = mailbox->buf;
842 memset(cq_context, 0, sizeof *cq_context);
843 cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK |
846 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24);
848 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index);
850 cq_context
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_ev.c171 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
187 (*chp->ibcq.comp_handler)(&chp->ibcq, chp->ibcq.cq_context);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs.h160 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context);
H A Dverbs.c612 void *cq_context, int cqe, int comp_vector)
623 cq->cq_context = cq_context;
609 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.c210 struct ib_uverbs_event_file *ev_file = cq->cq_context;
381 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) argument
383 struct ib_uverbs_event_file *file = cq_context;
H A Duverbs_cmd.c796 cq->cq_context = ev_file;
981 ev_file = cq->cq_context;
H A Dmad.c2494 struct ib_mad_port_private *port_priv = cq->cq_context;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/ulp/iser/
H A Diser_verbs.c49 static void iser_cq_callback(struct ib_cq *cq, void *cq_context);
817 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) argument
819 struct iser_device *device = (struct iser_device *)cq_context;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_cq.c75 cq->ibcq.event_handler(&ev, cq->ibcq.cq_context);
188 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2_ae.c308 cq->ibcq.cq_context);
H A Dc2_cq.c76 (*cq->ibcq.comp_handler) (&cq->ibcq, cq->ibcq.cq_context);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A Dcq.c42 ibcq->comp_handler(ibcq, ibcq->cq_context);
61 ibcq->event_handler(&event, ibcq->cq_context);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/rdma/
H A Dib_verbs.h751 typedef void (*ib_comp_handler)(struct ib_cq *cq, void *cq_context);
758 void * cq_context; member in struct:ib_cq
1351 * @cq_context: Context associated with the CQ returned to the user via
1362 void *cq_context, int cqe, int comp_vector);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_irq.c79 cq->ib_cq.comp_handler(&cq->ib_cq, cq->ib_cq.cq_context);

Completed in 133 milliseconds