Home
last modified time | relevance | path

Searched refs:VLAN_TPID (Results 1 – 8 of 8) 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.c647 evh->ether_tpid = htons(VLAN_TPID); in oce_insert_vtag()
749 if (ntohs(eh->ether_type) == VLAN_TPID) { in oce_send_packet()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c399 if (ntohs(ehp->ether_type) == VLAN_TPID) { in mac_sw_cksum()
1350 if (ntohs(ehp->ether_type) == VLAN_TPID) in mac_hw_emul()
H A Dmac_sched.c1561 if ((sap = ntohs(ehp->ether_type)) == VLAN_TPID) { in mac_rx_srs_proto_fanout()
1988 if ((sap = ntohs(ehp->ether_type)) == VLAN_TPID) { in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnb.c290 if (ntohs(ehp->ether_type) == VLAN_TPID) { in xnb_process_cksum_flags()
H A Dxnf.c1576 if (ntohs(ehp->ether_type) == VLAN_TPID) { in xnf_pseudo_cksum()