Searched refs:E1000_VLVF_VLANID_ENABLE (Results 1 – 2 of 2) sorted by relevance
238 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
5828 (reg & E1000_VLVF_VLANID_ENABLE)) { in igb_clear_vf_vfta()5856 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_vlvf_set()5869 if (!(reg & E1000_VLVF_VLANID_ENABLE)) in igb_vlvf_set()5878 if (!(reg & E1000_VLVF_VLANID_ENABLE)) { in igb_vlvf_set()5881 reg |= E1000_VLVF_VLANID_ENABLE; in igb_vlvf_set()5990 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_find_vlvf_entry()