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

/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c123 struct mlx4_cq_context *cq_context; local
130 cq_context = mailbox->buf;
131 memset(cq_context, 0, sizeof *cq_context);
133 cq_context->cq_max_count = cpu_to_be16(count);
134 cq_context->cq_period = cpu_to_be16(period);
147 struct mlx4_cq_context *cq_context; local
155 cq_context = mailbox->buf;
156 memset(cq_context, 0, sizeof *cq_context);
250 struct mlx4_cq_context *cq_context; local
[all...]
/drivers/infiniband/ulp/iser/
H A Diser_verbs.c45 static void iser_cq_callback(struct ib_cq *cq, void *cq_context);
863 static void iser_cq_callback(struct ib_cq *cq, void *cq_context) argument
865 struct iser_device *device = (struct iser_device *)cq_context;
/drivers/infiniband/core/
H A Duverbs_main.c222 struct ib_uverbs_event_file *ev_file = cq->cq_context;
397 void ib_uverbs_comp_handler(struct ib_cq *cq, void *cq_context) argument
399 struct ib_uverbs_event_file *file = cq_context;
H A Dverbs.c909 void *cq_context, int cqe, int comp_vector)
920 cq->cq_context = cq_context;
906 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/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.h1029 struct cq_context { struct
1065 struct cq_context context;

Completed in 156 milliseconds