Searched refs:ctl_vsi (Results 1 – 1 of 1) sorted by relevance
10430 struct i40e_vsi *ctl_vsi = NULL; in i40e_reconstitute_veb() local10447 ctl_vsi = i40e_pf_get_main_vsi(pf); in i40e_reconstitute_veb()10449 if (WARN_ON(ctl_vsi->veb_idx != veb->idx || in i40e_reconstitute_veb()10450 !(ctl_vsi->flags & I40E_VSI_FLAG_VEB_OWNER))) { in i40e_reconstitute_veb()10457 ret = i40e_add_vsi(ctl_vsi); in i40e_reconstitute_veb()10465 i40e_vsi_reset_stats(ctl_vsi); in i40e_reconstitute_veb()10469 ret = i40e_add_veb(veb, ctl_vsi); in i40e_reconstitute_veb()10483 if (vsi == ctl_vsi) in i40e_reconstitute_veb()