Home
last modified time | relevance | path

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

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