Home
last modified time | relevance | path

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

/openbmc/linux/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.c5232 if (vlvf & E1000_VLVF_VLANID_ENABLE) { in igb_scrub_vfta()
/openbmc/qemu/hw/net/
H A Digb_regs.h258 #define E1000_VLVF_VLANID_ENABLE 0x80000000 macro
H A Digb_core.c1139 (core->mac[VLVF0 + i] & E1000_VLVF_VLANID_ENABLE)) { in igb_receive_assign()