Lines Matching defs:cq_spec
185 struct mana_obj_spec cq_spec = {};
196 cq_spec.gdma_region = cq->gdma_region;
197 cq_spec.queue_size = cq->cqe * COMP_ENTRY_SIZE;
198 cq_spec.modr_ctx_id = 0;
199 cq_spec.attached_eq = GDMA_CQ_NO_EQ;
202 &wq_spec, &cq_spec, &wq->rx_object);
211 cq->id = cq_spec.queue_index;
273 struct mana_obj_spec cq_spec = {};
353 cq_spec.gdma_region = send_cq->gdma_region;
354 cq_spec.queue_size = send_cq->cqe * COMP_ENTRY_SIZE;
355 cq_spec.modr_ctx_id = 0;
356 cq_spec.attached_eq = GDMA_CQ_NO_EQ;
359 &cq_spec, &qp->tx_object);
372 send_cq->id = cq_spec.queue_index;