Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c595 u32 reg, total_queue_pairs = 0; in i40e_enable_vf_mappings() local
614 wr32(hw, I40E_VPLAN_QTABLE(total_queue_pairs, vf->vf_id), reg); in i40e_enable_vf_mappings()
615 total_queue_pairs++; in i40e_enable_vf_mappings()
721 int total_queue_pairs = 0; in i40e_alloc_vf_res() local
728 total_queue_pairs += pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_alloc_vf_res()
734 vf->num_queue_pairs = total_queue_pairs; in i40e_alloc_vf_res()