Lines Matching defs:cq_size
1222 req.cq_size = cq_spec->queue_size;
2029 uint32_t cq_size;
2045 cq_size = MAX_SEND_BUFFERS_PER_QUEUE * COMP_ENTRY_SIZE;
2046 cq_size = ALIGN(cq_size, PAGE_SIZE);
2078 spec.queue_size = cq_size;
2239 struct mana_rxq *rxq, uint32_t *rxq_size, uint32_t *cq_size)
2251 *cq_size = 0;
2284 *cq_size += COMP_ENTRY_SIZE;
2318 uint32_t cq_size, rq_size;
2344 err = mana_alloc_rx_wqe(apc, rxq, &rq_size, &cq_size);
2363 cq_size = ALIGN(cq_size, PAGE_SIZE);
2382 spec.queue_size = cq_size;