Home
last modified time | relevance | path

Searched refs:VLAN_TPID (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvlan.h39 #define VLAN_TPID 0x8100u macro
H A Dgld.h325 #define VLAN_TPID 0x8100u /* Per IEEE 802.1Q standard */ macro
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx.h371 #define VLAN_TPID 0x8100u macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c646 evh->ether_tpid = htons(VLAN_TPID); in oce_insert_vtag()
748 if (ntohs(eh->ether_type) == VLAN_TPID) { in oce_send_packet()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1266 if (ntohs(ehp->ether_type) == VLAN_TPID) in mac_hw_emul()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c288 if (ntohs(ehp->ether_type) == VLAN_TPID) { in xnb_process_cksum_flags()
H A Dxnf.c1569 if (ntohs(ehp->ether_type) == VLAN_TPID) { in xnf_pseudo_cksum()