Home
last modified time | relevance | path

Searched refs:E1000_VLVF_VLANID_ENABLE (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/igb/
De1000_82575.h238 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
Digb_main.c5828 (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()