Lines Matching refs:lan_veb
2474 pf->lan_veb != I40E_NO_VEB && in i40e_set_promiscuous()
9928 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_link_event()
9929 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); in i40e_link_event()
12849 pf->lan_veb = I40E_NO_VEB; in i40e_sw_init()
14915 pf->lan_veb = veb->idx; in i40e_veb_setup()
14956 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14962 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14966 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14970 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14973 if (pf->lan_veb >= I40E_MAX_VEB) in i40e_setup_pf_switch_element()
14976 pf->veb[pf->lan_veb]->seid = seid; in i40e_setup_pf_switch_element()
14977 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; in i40e_setup_pf_switch_element()
14978 pf->veb[pf->lan_veb]->pf = pf; in i40e_setup_pf_switch_element()
14979 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; in i40e_setup_pf_switch_element()
15129 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_setup_pf_switch()
15130 uplink_seid = pf->veb[pf->lan_veb]->seid; in i40e_setup_pf_switch()