Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/igb/
De1000_82575.h224 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
De1000_mac.c266 wr32(E1000_VLVF(vlvf_index), bits | vlan | E1000_VLVF_VLANID_ENABLE); in igb_vfta_set()
Digb_main.c5223 if (vlvf & E1000_VLVF_VLANID_ENABLE) { in igb_scrub_vfta()