Searched refs:num_rq_entries (Results 1 – 3 of 3) sorted by relevance
92 size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc); in ice_alloc_ctrlq_rq_ring()150 cq->rq.dma_head = devm_kcalloc(ice_hw_to_dev(hw), cq->num_rq_entries, in ice_alloc_rq_bufs()157 for (i = 0; i < cq->num_rq_entries; i++) { in ice_alloc_rq_bufs()263 for (i = 0; i < cq->num_rq_entries; i++) { in ice_free_rq_bufs()349 wr32(hw, cq->rq.len, (cq->num_rq_entries | cq->rq.len_ena_mask)); in ice_cfg_rq_regs()354 wr32(hw, cq->rq.tail, (u32)(cq->num_rq_entries - 1)); in ice_cfg_rq_regs()448 if (!cq->num_rq_entries || !cq->rq_buf_size) { in ice_init_rq()472 cq->rq.count = cq->num_rq_entries; in ice_init_rq()640 if (!cq->num_rq_entries || !cq->num_sq_entries || in ice_init_ctrlq()1061 if (ntc == cq->num_rq_entries) in ice_clean_rq_elem()
84 u16 num_rq_entries; /* receive queue depth */ member
1042 hw->adminq.num_rq_entries = ICE_AQ_LEN; in ice_set_ctrlq_len()