Searched refs:vlvf_bypass (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/igb/ |
| H A 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()
|
| H A D | e1000_mac.h | 41 bool vlan_on, bool vlvf_bypass);
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_vf.h | 126 bool vlvf_bypass);
|
| H A D | wx_vf.c | 302 bool vlvf_bypass) in wx_set_vfta_vf() argument
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_common.h | 71 u32 vind, bool vlan_on, bool vlvf_bypass);
|
| H A D | ixgbe_common.c | 3085 static int ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument 3098 first_empty_slot = vlvf_bypass ? -ENOSPC : 0; in ixgbe_find_vlvf_slot() 3136 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument 3178 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vfta_generic() 3180 if (vlvf_bypass) in ixgbe_set_vfta_generic()
|
| H A D | ixgbe_82598.c | 841 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument
|