Searched defs:cq_context (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c122 struct mlx4_cq_context *cq_context; local
129 cq_context = mailbox->buf;
130 cq_context->cq_max_count = cpu_to_be16(count);
131 cq_context->cq_period = cpu_to_be16(period);
144 struct mlx4_cq_context *cq_context; local
152 cq_context = mailbox->buf;
153 cq_context->logsize_usrpage = cpu_to_be32(ilog2(entries) << 24);
154 cq_context->log_page_size = mtt->page_shift - 12;
156 cq_context->mtt_base_addr_h = mtt_addr >> 32;
157 cq_context
246 struct mlx4_cq_context *cq_context; local
[all...]
/drivers/infiniband/core/
H A Duverbs_main.c250 struct ib_uverbs_event_file *ev_file = cq->cq_context;
423 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) argument
425 struct ib_uverbs_event_file *file = cq_context;
H A Dverbs.c1014 void *cq_context, int cqe, int comp_vector)
1025 cq->cq_context = cq_context;
1011 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
/drivers/infiniband/ulp/iser/
H A Diser_verbs.c50 static void iser_cq_callback(struct ib_cq *cq, void *cq_context);
1257 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) argument
1259 struct iser_comp *comp = cq_context;
/drivers/infiniband/hw/mlx5/
H A Dmr.c709 void mlx5_umr_cq_handler(struct ib_cq *cq, void *cq_context) argument
/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c235 cq->ibcq.comp_handler(&cq->ibcq, cq->ibcq.cq_context);
261 cq->ibcq.event_handler(&event, cq->ibcq.cq_context);
781 struct mthca_cq_context *cq_context; local
817 cq_context = mailbox->buf;
830 memset(cq_context, 0, sizeof *cq_context);
831 cq_context->flags = cpu_to_be32(MTHCA_CQ_STATUS_OK |
834 cq_context->logsize_usrpage = cpu_to_be32((ffs(nent) - 1) << 24);
836 cq_context->logsize_usrpage |= cpu_to_be32(ctx->uar.index);
838 cq_context
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_hw4.h1084 struct cq_context { struct
1120 struct cq_context context;

Completed in 217 milliseconds