Searched defs:ether_tci (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dethernet.h70 ushort_t ether_tci; member in struct:ether_vlan_header
79 ushort_t ether_tci; member in struct:ether_vlan_extinfo
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1515 uint16_t ether_tci; local
1560 ether_tci = ethervhp->ether_tci;
1562 ether_tci = 0;
1594 if (srfp->srf_tci != ether_tci)
1658 srfp->srf_tci = ether_tci;
1679 if (srfp->srf_tci != ether_tci)

Completed in 60 milliseconds