Lines Matching refs:lan_veb
2222 pf->lan_veb != I40E_NO_VEB && in i40e_set_promiscuous()
9135 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_link_event()
9136 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); in i40e_link_event()
12004 pf->lan_veb = I40E_NO_VEB; in i40e_sw_init()
14001 pf->lan_veb = veb->idx; in i40e_veb_setup()
14042 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14048 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14052 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14056 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14059 if (pf->lan_veb >= I40E_MAX_VEB) in i40e_setup_pf_switch_element()
14062 pf->veb[pf->lan_veb]->seid = seid; in i40e_setup_pf_switch_element()
14063 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; in i40e_setup_pf_switch_element()
14064 pf->veb[pf->lan_veb]->pf = pf; in i40e_setup_pf_switch_element()
14065 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; in i40e_setup_pf_switch_element()
14214 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_setup_pf_switch()
14215 uplink_seid = pf->veb[pf->lan_veb]->seid; in i40e_setup_pf_switch()