Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_82575.h224 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
H A De1000_mac.c266 wr32(E1000_VLVF(vlvf_index), bits | vlan | E1000_VLVF_VLANID_ENABLE); in igb_vfta_set()
H A Digb_main.c5131 if (vlvf & E1000_VLVF_VLANID_ENABLE) { in igb_scrub_vfta()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_rxtx.c2256 E1000_WRITE_REG(hw, E1000_VLVF(i), (E1000_VLVF_VLANID_ENABLE | in igb_vmdq_rx_hw_configure()