Searched refs:vlvf_bypass (Results 1 – 5 of 5) sorted by relevance
/drivers/net/ethernet/intel/igb/ |
D | e1000_mac.c | 132 static s32 igb_find_vlvf_slot(struct e1000_hw *hw, u32 vlan, bool vlvf_bypass) in igb_find_vlvf_slot() argument 145 first_empty_slot = vlvf_bypass ? -E1000_ERR_NO_SPACE : 0; in igb_find_vlvf_slot() 175 bool vlan_on, bool vlvf_bypass) in igb_vfta_set() argument 217 vlvf_index = igb_find_vlvf_slot(hw, vlan, vlvf_bypass); in igb_vfta_set() 219 if (vlvf_bypass) in igb_vfta_set()
|
D | e1000_mac.h | 41 bool vlan_on, bool vlvf_bypass);
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 72 u32 vind, bool vlan_on, bool vlvf_bypass);
|
D | ixgbe_common.c | 3068 static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument 3081 first_empty_slot = vlvf_bypass ? -ENOSPC : 0; in ixgbe_find_vlvf_slot() 3119 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument 3161 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vfta_generic() 3163 if (vlvf_bypass) in ixgbe_set_vfta_generic()
|
D | ixgbe_82598.c | 840 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
|