Searched refs:ctl_vsi (Results 1 – 1 of 1) sorted by relevance
10393 struct i40e_vsi *ctl_vsi = NULL; in i40e_reconstitute_veb() local10410 ctl_vsi = i40e_pf_get_main_vsi(pf); in i40e_reconstitute_veb()10412 if (WARN_ON(ctl_vsi->veb_idx != veb->idx || in i40e_reconstitute_veb()10413 !(ctl_vsi->flags & I40E_VSI_FLAG_VEB_OWNER))) { in i40e_reconstitute_veb()10420 ret = i40e_add_vsi(ctl_vsi); in i40e_reconstitute_veb()10428 i40e_vsi_reset_stats(ctl_vsi); in i40e_reconstitute_veb()10432 ret = i40e_add_veb(veb, ctl_vsi); in i40e_reconstitute_veb()10446 if (vsi == ctl_vsi) in i40e_reconstitute_veb()