Searched refs:E1000_VLVF_VLANID_ENABLE (Results 1 – 2 of 2) sorted by relevance
238 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
5801 (reg & E1000_VLVF_VLANID_ENABLE)) { in igb_clear_vf_vfta()5829 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_vlvf_set()5842 if (!(reg & E1000_VLVF_VLANID_ENABLE)) in igb_vlvf_set()5851 if (!(reg & E1000_VLVF_VLANID_ENABLE)) { in igb_vlvf_set()5854 reg |= E1000_VLVF_VLANID_ENABLE; in igb_vlvf_set()5963 if ((reg & E1000_VLVF_VLANID_ENABLE) && in igb_find_vlvf_entry()