Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h372 #define ETHERNET_IEEE_VLAN_TYPE 0x8100 /* 802.3ac packet */ macro
H A Digb_main.c2458 wr32(E1000_VET, ETHERNET_IEEE_VLAN_TYPE); in igb_reset()
/openbmc/u-boot/drivers/net/
H A De1000.h445 #define ETHERNET_IEEE_VLAN_TYPE 0x8100 /* 802.3ac packet */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h451 #define ETHERNET_IEEE_VLAN_TYPE 0x8100 /* 802.3ac packet */ macro
H A De1000_main.c698 ew32(VET, ETHERNET_IEEE_VLAN_TYPE); in e1000_reset()