Home
last modified time | relevance | path

Searched refs:vlvf_bypass (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_mac.c127 * @vlvf_bypass: skip VLVF if no match is found
132 static s32 igb_find_vlvf_slot(struct e1000_hw *hw, u32 vlan, bool vlvf_bypass) in igb_find_vlvf_slot() argument
141 /* if vlvf_bypass is set we don't want to use an empty slot, we in igb_find_vlvf_slot()
145 first_empty_slot = vlvf_bypass ? -E1000_ERR_NO_SPACE : 0; in igb_find_vlvf_slot()
169 * @vlvf_bypass: skip VLVF if no match is found
175 bool vlan_on, bool vlvf_bypass) in igb_vfta_set()
217 vlvf_index = igb_find_vlvf_slot(hw, vlan, vlvf_bypass); in igb_vfta_set()
219 if (vlvf_bypass) in igb_vfta_set()
174 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) igb_vfta_set() argument
H A De1000_mac.h41 bool vlan_on, bool vlvf_bypass);
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_mac.c127 * @vlvf_bypass: skip VLVF if no match is found
132 static s32 igb_find_vlvf_slot(struct e1000_hw *hw, u32 vlan, bool vlvf_bypass) in igb_find_vlvf_slot() argument
141 /* if vlvf_bypass is set we don't want to use an empty slot, we in igb_find_vlvf_slot()
145 first_empty_slot = vlvf_bypass ? -E1000_ERR_NO_SPACE : 0; in igb_find_vlvf_slot()
169 * @vlvf_bypass: skip VLVF if no match is found
175 bool vlan_on, bool vlvf_bypass) in igb_vfta_set()
217 vlvf_index = igb_find_vlvf_slot(hw, vlan, vlvf_bypass); in igb_vfta_set()
219 if (vlvf_bypass) in igb_vfta_set()
174 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) igb_vfta_set() argument
H A De1000_mac.h41 bool vlan_on, bool vlvf_bypass);
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h72 u32 vind, bool vlan_on, bool vlvf_bypass);
H A Dixgbe_common.c3062 * @vlvf_bypass: true to find vlanid only, false returns first empty slot if
3068 static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument
3077 /* if vlvf_bypass is set we don't want to use an empty slot, we in ixgbe_find_vlvf_slot()
3081 first_empty_slot = vlvf_bypass ? -ENOSPC : 0; in ixgbe_find_vlvf_slot()
3114 * @vlvf_bypass: boolean flag indicating updating default pool is okay
3119 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic()
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()
3118 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) ixgbe_set_vfta_generic() argument
H A Dixgbe_82598.c835 * @vlvf_bypass: boolean flag - unused
840 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598()
839 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) ixgbe_set_vfta_82598() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h71 u32 vind, bool vlan_on, bool vlvf_bypass);
H A Dixgbe_common.c3063 * @vlvf_bypass: true to find vlanid only, false returns first empty slot if
3069 static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument
3078 /* if vlvf_bypass is set we don't want to use an empty slot, we in ixgbe_find_vlvf_slot()
3082 first_empty_slot = vlvf_bypass ? -ENOSPC : 0; in ixgbe_find_vlvf_slot()
3115 * @vlvf_bypass: boolean flag indicating updating default pool is okay
3120 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic()
3162 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vfta_generic()
3164 if (vlvf_bypass) in ixgbe_set_vfta_generic()
3119 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) ixgbe_set_vfta_generic() argument
H A Dixgbe_82598.c835 * @vlvf_bypass: boolean flag - unused
840 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598()
839 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) ixgbe_set_vfta_82598() argument

Completed in 16 milliseconds