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

/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_mac.h41 bool vlan_on, bool vlvf_bypass);
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) argument
141 /* if vlvf_bypass is set we don't want to use an empty slot, we
145 first_empty_slot = vlvf_bypass ? -E1000_ERR_NO_SPACE : 0;
169 * @vlvf_bypass: skip VLVF if no match is found
175 bool vlan_on, bool vlvf_bypass)
217 vlvf_index = igb_find_vlvf_slot(hw, vlan, vlvf_bypass);
219 if (vlvf_bypass)
174 igb_vfta_set(struct e1000_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) argument
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h71 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 int ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) argument
3077 /* if vlvf_bypass is set we don't want to use an empty slot, we
3081 first_empty_slot = vlvf_bypass ? -ENOSPC : 0;
3114 * @vlvf_bypass: boolean flag indicating updating default pool is okay
3119 bool vlan_on, bool vlvf_bypass)
3161 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass);
3163 if (vlvf_bypass)
3118 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) argument
H A Dixgbe_82598.c835 * @vlvf_bypass: boolean flag - unused
840 bool vlan_on, bool vlvf_bypass)
839 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind, bool vlan_on, bool vlvf_bypass) argument

Completed in 189 milliseconds