Searched refs:ctl_vsi (Results 1 – 1 of 1) sorted by relevance
10376 struct i40e_vsi *ctl_vsi = NULL; in i40e_reconstitute_veb() local10393 ctl_vsi = i40e_pf_get_main_vsi(pf); in i40e_reconstitute_veb()10395 if (WARN_ON(ctl_vsi->veb_idx != veb->idx || in i40e_reconstitute_veb()10396 !(ctl_vsi->flags & I40E_VSI_FLAG_VEB_OWNER))) { in i40e_reconstitute_veb()10403 ret = i40e_add_vsi(ctl_vsi); in i40e_reconstitute_veb()10411 i40e_vsi_reset_stats(ctl_vsi); in i40e_reconstitute_veb()10415 ret = i40e_add_veb(veb, ctl_vsi); in i40e_reconstitute_veb()10429 if (vsi == ctl_vsi) in i40e_reconstitute_veb()