Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1109 int total_queue_pairs = 0; in i40e_alloc_vf_res() local
1122 total_queue_pairs += pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_alloc_vf_res()
1135 total_queue_pairs = I40E_MAX_VF_QUEUES; in i40e_alloc_vf_res()
1148 if (total_queue_pairs > I40E_DEFAULT_QUEUES_PER_VF) in i40e_alloc_vf_res()
1150 total_queue_pairs - I40E_DEFAULT_QUEUES_PER_VF; in i40e_alloc_vf_res()
1160 vf->num_queue_pairs = total_queue_pairs; in i40e_alloc_vf_res()