Searched refs:ETHERTYPE_VLAN (Results 26 - 49 of 49) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2608 * (DL_PROMISC_SAP is on or is bounded to ETHERTYPE_VLAN SAP).
2879 * ETHERTYPE_VLAN SAP. The kstats of VLAN 0 needs to be updated
2971 * Because all tagged packets have SAP value ETHERTYPE_VLAN,
2973 * is a ETHERTYPE_VLAN listener.
2976 !(GLD_IS_PHYS(gld) && gld->gld_sap == ETHERTYPE_VLAN &&
3071 * If a stream is a ETHERTYPE_VLAN listener, it must
3073 * ETHERTYPE_VLAN.
3077 (GLD_IS_PHYS(gld) && gld->gld_sap == ETHERTYPE_VLAN &&
3123 * ETHERTYPE_VLAN listener
3126 ((gld->gld_sap == ETHERTYPE_VLAN) ||
[all...]
H A Dgldutil.c211 if ((typelen == ETHERTYPE_VLAN) &&
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1672 if (is_ether && mhi.mhi_bindsap == ETHERTYPE_VLAN &&
1731 if ((sap = ntohs(evhp->ether_tpid)) == ETHERTYPE_VLAN &&
H A Dmac_client.c3982 if (ntohs(eth->ether_type) == ETHERTYPE_VLAN) {
4254 * ETHERTYPE_VLAN. We need to grab the ethertype from the VLAN header.
4256 if (is_ethernet && (mhip->mhi_bindsap == ETHERTYPE_VLAN)) {
H A Dmac_sched.c4390 if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN)
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c388 hdr.mhi_bindsap == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h318 htons(ETHERTYPE_VLAN))
H A De1000g_tx.c498 htons(ETHERTYPE_VLAN))
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c659 if (etype == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c758 if (etype == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c714 if (type == htons(ETHERTYPE_VLAN)) {
747 if (type == htons(ETHERTYPE_VLAN)) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c892 ehp->ether_type != htons(ETHERTYPE_VLAN)) {
1346 if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN &&
H A Dvnet_gen.c1573 if (ehp->ether_type == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1336 ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
1556 if (etherhp->ether_type == htons(ETHERTYPE_VLAN)) {
H A Dsfxge_tx.c1601 ehs = (etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
1760 ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c466 if (evh->eh_ether_type != ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1120 if (eth_header->ether_type == htons(ETHERTYPE_VLAN)) {
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c1800 if (eh->ether_type != BE_16(ETHERTYPE_VLAN))
2333 if (eh->ether_type == BE_16(ETHERTYPE_VLAN)) {
3055 if (eh->ether_type == BE_16(ETHERTYPE_VLAN)) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1294 if (evh->ether_tpid == htons(ETHERTYPE_VLAN))
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1698 if (ether == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4835 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
5103 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
5187 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c2302 if (get_ether_type(mp->b_rptr) == ETHERTYPE_VLAN) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2612 htons(ETHERTYPE_VLAN)) {
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri.c3476 if (get_ether_type(mp->b_rptr) == ETHERTYPE_VLAN) {

Completed in 236 milliseconds

12