Searched refs:I40E_VLAN_ANY (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h762 #define I40E_VLAN_ANY -1 macro
H A Di40e_main.c1357 * Update VLAN=0 and VLAN=-1 (I40E_VLAN_ANY) filters properly so that they
1408 else if (vlan_filters && new->f->vlan == I40E_VLAN_ANY)
1411 new->f->vlan = I40E_VLAN_ANY;
1422 (vlan_filters && f->vlan == I40E_VLAN_ANY) ||
1430 new_vlan = I40E_VLAN_ANY;
1493 if ((vlan_filters && f->vlan == I40E_VLAN_ANY) ||
1494 (!is_any && !vlan_filters && f->vlan == I40E_VLAN_ANY) ||
1497 return I40E_VLAN_ANY;
1723 * If we're not in VLAN mode, just add the filter to I40E_VLAN_ANY. Otherwise,
1742 return i40e_add_filter(vsi, macaddr, I40E_VLAN_ANY);
[all...]
H A Di40e_virtchnl_pf.c4546 * with -1 (I40E_VLAN_ANY) or otherwise we're left with all our
4552 ret = i40e_add_vlan_all_mac(vsi, I40E_VLAN_ANY);
4599 i40e_rm_vlan_all_mac(vsi, I40E_VLAN_ANY);

Completed in 125 milliseconds