Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c584 u32 reg, total_queue_pairs = 0; in i40e_enable_vf_mappings() local
602 wr32(hw, I40E_VPLAN_QTABLE(total_queue_pairs, vf->vf_id), reg); in i40e_enable_vf_mappings()
603 total_queue_pairs++; in i40e_enable_vf_mappings()
708 int total_queue_pairs = 0; in i40e_alloc_vf_res() local
715 total_queue_pairs += pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_alloc_vf_res()
721 vf->num_queue_pairs = total_queue_pairs; in i40e_alloc_vf_res()