Lines Matching refs:lan_veb
2468 pf->lan_veb != I40E_NO_VEB && in i40e_set_promiscuous()
9931 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_link_event()
9932 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); in i40e_link_event()
12855 pf->lan_veb = I40E_NO_VEB; in i40e_sw_init()
14923 pf->lan_veb = veb->idx; in i40e_veb_setup()
14964 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14970 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14974 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14978 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14981 if (pf->lan_veb >= I40E_MAX_VEB) in i40e_setup_pf_switch_element()
14984 pf->veb[pf->lan_veb]->seid = seid; in i40e_setup_pf_switch_element()
14985 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; in i40e_setup_pf_switch_element()
14986 pf->veb[pf->lan_veb]->pf = pf; in i40e_setup_pf_switch_element()
14987 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; in i40e_setup_pf_switch_element()
15137 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_setup_pf_switch()
15138 uplink_seid = pf->veb[pf->lan_veb]->seid; in i40e_setup_pf_switch()