Lines Matching refs:lan_veb
2225 pf->lan_veb != I40E_NO_VEB && in i40e_set_promiscuous()
9586 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_link_event()
9587 i40e_veb_link_event(pf->veb[pf->lan_veb], new_link); in i40e_link_event()
12496 pf->lan_veb = I40E_NO_VEB; in i40e_sw_init()
14492 pf->lan_veb = veb->idx; in i40e_veb_setup()
14533 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14539 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14543 if (pf->lan_veb >= I40E_MAX_VEB) { in i40e_setup_pf_switch_element()
14547 pf->lan_veb = v; in i40e_setup_pf_switch_element()
14550 if (pf->lan_veb >= I40E_MAX_VEB) in i40e_setup_pf_switch_element()
14553 pf->veb[pf->lan_veb]->seid = seid; in i40e_setup_pf_switch_element()
14554 pf->veb[pf->lan_veb]->uplink_seid = pf->mac_seid; in i40e_setup_pf_switch_element()
14555 pf->veb[pf->lan_veb]->pf = pf; in i40e_setup_pf_switch_element()
14556 pf->veb[pf->lan_veb]->veb_idx = I40E_NO_VEB; in i40e_setup_pf_switch_element()
14706 if (pf->lan_veb < I40E_MAX_VEB && pf->veb[pf->lan_veb]) in i40e_setup_pf_switch()
14707 uplink_seid = pf->veb[pf->lan_veb]->seid; in i40e_setup_pf_switch()