Home
last modified time | relevance | path

Searched refs:num_rq_entries (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_controlq.c124 size_t size = cq->num_rq_entries * sizeof(struct ice_aq_desc); in ice_alloc_ctrlq_rq_ring()
165 cq->rq.dma_head = devm_kcalloc(ice_hw_to_dev(hw), cq->num_rq_entries, in ice_alloc_rq_bufs()
172 for (i = 0; i < cq->num_rq_entries; i++) { in ice_alloc_rq_bufs()
314 status = ice_cfg_cq_regs(hw, &cq->rq, cq->num_rq_entries); in ice_cfg_rq_regs()
319 wr32(hw, cq->rq.tail, (u32)(cq->num_rq_entries - 1)); in ice_cfg_rq_regs()
433 if (!cq->num_rq_entries || !cq->rq_buf_size) { in ice_init_rq()
457 cq->rq.count = cq->num_rq_entries; in ice_init_rq()
635 if (!cq->num_rq_entries || !cq->num_sq_entries || in ice_init_ctrlq()
1226 if (ntc == cq->num_rq_entries) in ice_clean_rq_elem()
Dice_controlq.h91 u16 num_rq_entries; /* receive queue depth */ member
Dice_sriov.c1871 mbxdata.max_num_msgs_mbx = pf->hw.mailboxq.num_rq_entries; in ice_is_malicious_vf()
Dice_main.c2368 hw->adminq.num_rq_entries = ICE_AQ_LEN; in ice_set_ctrlq_len()
2372 hw->mailboxq.num_rq_entries = PF_MBX_ARQLEN_ARQLEN_M; in ice_set_ctrlq_len()
2376 hw->sbq.num_rq_entries = ICE_SBQ_LEN; in ice_set_ctrlq_len()