Searched refs:num_rq_entries (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h89 u16 num_rq_entries; /* receive queue depth */ member in struct:ice_ctl_q_info
H A Dice_controlq.c124 size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc);
165 cq->rq.dma_head = devm_kcalloc(ice_hw_to_dev(hw), cq->num_rq_entries,
172 for (i = 0; i < cq->num_rq_entries; i++) {
314 status = ice_cfg_cq_regs(hw, &cq->rq, cq->num_rq_entries);
319 wr32(hw, cq->rq.tail, (u32)(cq->num_rq_entries - 1));
415 * - cq->num_rq_entries
432 if (!cq->num_rq_entries || !cq->rq_buf_size) {
456 cq->rq.count = cq->num_rq_entries;
604 * - cq->num_rq_entries
634 if (!cq->num_rq_entries || !c
[all...]
H A Dice_main.c1557 data.max_num_msgs_mbx = hw->mailboxq.num_rq_entries;
2418 hw->adminq.num_rq_entries = ICE_AQ_LEN;
2422 hw->mailboxq.num_rq_entries = PF_MBX_ARQLEN_ARQLEN_M;
2426 hw->sbq.num_rq_entries = ICE_SBQ_LEN;

Completed in 177 milliseconds