Searched refs:lan_vsi_idx (Results 1 – 3 of 3) sorted by relevance
716 struct i40e_vsi *vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_config_vsi_rx_queue()832 vf->lan_vsi_idx = vsi->idx; in i40e_alloc_vsi_res()916 qps = pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_map_pf_queues_to_vsi()964 qps = pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_map_pf_to_vf_queues()1055 if (vf->lan_vsi_idx) { in i40e_free_vf_res()1056 i40e_vsi_release(pf->vsi[vf->lan_vsi_idx]); in i40e_free_vf_res()1057 vf->lan_vsi_idx = 0; in i40e_free_vf_res()1131 total_queue_pairs += pf->vsi[vf->lan_vsi_idx]->alloc_queue_pairs; in i40e_alloc_vf_res()1611 if (vf->lan_vsi_idx != 0) in i40e_reset_vf()1612 i40e_vsi_stop_rings(pf->vsi[vf->lan_vsi_idx]); in i40e_reset_vf()[all …]
97 u16 lan_vsi_idx; /* index into PF struct */ member
679 vsi = pf->vsi[vf->lan_vsi_idx]; in i40e_dbg_dump_vf()