Searched refs:E1000_VLVF_VLANID_ENABLE (Results 1 – 2 of 2) sorted by relevance
238 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
5809 (reg & E1000_VLVF_VLANID_ENABLE)) { in igb_clear_vf_vfta()5837 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_vlvf_set()5850 if (!(reg & E1000_VLVF_VLANID_ENABLE)) in igb_vlvf_set()5859 if (!(reg & E1000_VLVF_VLANID_ENABLE)) { in igb_vlvf_set()5862 reg |= E1000_VLVF_VLANID_ENABLE; in igb_vlvf_set()5971 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_find_vlvf_entry()