Searched refs:ctl_vsi (Results 1 – 1 of 1) sorted by relevance
10373 struct i40e_vsi *ctl_vsi = NULL; in i40e_reconstitute_veb() local10390 ctl_vsi = i40e_pf_get_main_vsi(pf); in i40e_reconstitute_veb()10392 if (WARN_ON(ctl_vsi->veb_idx != veb->idx || in i40e_reconstitute_veb()10393 !(ctl_vsi->flags & I40E_VSI_FLAG_VEB_OWNER))) { in i40e_reconstitute_veb()10400 ret = i40e_add_vsi(ctl_vsi); in i40e_reconstitute_veb()10408 i40e_vsi_reset_stats(ctl_vsi); in i40e_reconstitute_veb()10412 ret = i40e_add_veb(veb, ctl_vsi); in i40e_reconstitute_veb()10426 if (vsi == ctl_vsi) in i40e_reconstitute_veb()