Lines Matching refs:lan_veb
2107 if (vsi->type == I40E_VSI_MAIN && pf->lan_veb != I40E_NO_VEB) { in i40e_sync_vsi_filters()
6043 if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb]) in i40e_link_event()
6044 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); in i40e_link_event()
8182 pf->lan_veb = I40E_NO_VEB; in i40e_sw_init()
9732 pf->lan_veb = veb->idx; in i40e_veb_setup()
9773 if (pf->lan_veb == I40E_NO_VEB) { in i40e_setup_pf_switch_element()
9779 pf->lan_veb = v; in i40e_setup_pf_switch_element()
9783 if (pf->lan_veb == I40E_NO_VEB) { in i40e_setup_pf_switch_element()
9787 pf->lan_veb = v; in i40e_setup_pf_switch_element()
9791 pf->veb[pf->lan_veb]->seid = seid; in i40e_setup_pf_switch_element()
9792 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; in i40e_setup_pf_switch_element()
9793 pf->veb[pf->lan_veb]->pf = pf; in i40e_setup_pf_switch_element()
9794 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; in i40e_setup_pf_switch_element()
9913 if (pf->lan_veb != I40E_NO_VEB && pf->veb[pf->lan_veb]) in i40e_setup_pf_switch()
9914 uplink_seid = pf->veb[pf->lan_veb]->seid; in i40e_setup_pf_switch()