Home
last modified time | relevance | path

Searched refs:VLAN_ID_NONE (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c781 ASSERT(pri != 0 || vid != VLAN_ID_NONE); in i_dld_ether_header_update_tag()
816 if (vid == VLAN_ID_NONE && tagmode == LINK_TAGMODE_VLANONLY) in i_dld_ether_header_update_tag()
851 if (vid == VLAN_ID_NONE) in i_dld_ether_header_update_tag()
877 VLAN_ID_NONE, dsp->ds_dlp->dl_tagmode); in str_mdata_fastpath_put()
958 if ((dvid != VLAN_ID_NONE) && (vid != VLAN_ID_NONE)) in str_mdata_raw_put()
967 vid == VLAN_ID_NONE) in str_mdata_raw_put()
976 if ((pri != 0) || (dvid != VLAN_ID_NONE)) { in str_mdata_raw_put()
1170 new_tci = VLAN_TCI(VLAN_PRI(tci), VLAN_CFI(tci), VLAN_ID_NONE); in i_dld_ether_header_strip_tag()
1227 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) { in dld_str_rx_raw()
1285 (mac_client_vid(dsp->ds_mch) == VLAN_ID_NONE) && in dld_str_rx_fastpath()
[all …]
H A Ddld_proto.c256 mac_client_vid(dsp->ds_mch) != VLAN_ID_NONE) || in proto_info_req()
/titanic_41/usr/src/uts/common/sys/
H A Dvlan.h53 #define VLAN_ID_NONE 0 macro
/titanic_41/usr/src/uts/common/io/dls/
H A Ddls_link.c198 (vid != cvid) || ((vid == VLAN_ID_NONE) && in i_dls_link_subchain()
400 if ((vid == VLAN_ID_NONE && !mhi.mhi_ispvid && in i_dls_link_rx()
403 vid == VLAN_ID_NONE)) { in i_dls_link_rx()
H A Ddls.c456 (vid != VLAN_ID_NONE || in dls_header()
470 if ((vid == VLAN_ID_NONE && (pri == 0 || in dls_header()
/titanic_41/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c699 (lva->lva_vid == VLAN_ID_NONE || lva->lva_vid == vid) && in lookup_vnic()
719 uint16_t vid = VLAN_ID_NONE; in vrrp_get_vnicname()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_client.c484 uint16_t vid = VLAN_ID_NONE; in mac_client_vid()
773 return (VLAN_ID_NONE); in i_mac_flow_vid()
1444 if ((err = mac_client_datapath_setup(mcip, VLAN_ID_NONE, in mac_client_open()
2199 flow_desc.fd_vid : VLAN_ID_NONE; in mac_client_update_mcast()
2915 muip != NULL ? muip->mui_vid : VLAN_ID_NONE); in mac_client_datapath_teardown()
3137 if (mac_client_datapath_setup(mcip, VLAN_ID_NONE, in mac_unicast_remove()
4498 VLAN_ID_NONE) { in i_mac_set_resources()
4816 if (i_mac_flow_vid(flent) != VLAN_ID_NONE) in mac_client_add_to_flow_list()
4853 if (i_mac_flow_vid(flent) != VLAN_ID_NONE) in mac_client_remove_flow_from_list()
H A Dmac_datapath_setup.c2452 VLAN_ID_NONE) { in mac_rx_srs_group_setup()
3071 (i_mac_flow_vid(flent) != VLAN_ID_NONE || no_unicast)) { in mac_datapath_setup()
H A Dmac.c7472 VLAN_ID_NONE) { in mac_set_prim_vlan_rings()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdllink.c927 uint16_t vid = VLAN_ID_NONE; in dladm_linkid2legacyname()
992 if (vid != VLAN_ID_NONE) { in dladm_linkid2legacyname()
/titanic_41/usr/src/uts/common/io/
H A Dbridge.c1783 vlanid = VLAN_ID_NONE; in reform_vlan_header()
1797 vlanid = VLAN_ID_NONE; in reform_vlan_header()
1831 hdr_info->mhi_tci = VLAN_ID_NONE; in update_header()
1843 ASSERT(vlanid != VLAN_ID_NONE); in bridge_can_send()
2148 if (vlanid == VLAN_ID_NONE || vlanid == blp->bl_pvid) in bridge_get_vlan()
2159 if ((vlanid = blp->bl_pvid) == VLAN_ID_NONE) in bridge_get_vlan()
H A Dtrill.c319 if ((inner_vlan != VLAN_ID_NONE) && in trill_multidest_fwd()
387 int inner_vlan = VLAN_ID_NONE; in trill_recv()
789 int vlan = VLAN_ID_NONE; in trill_encap_pkt_cb()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw_phys.c687 uint16_t vid = VLAN_ID_NONE; in vsw_set_port_hw_addr()
755 uint16_t vid = VLAN_ID_NONE; in vsw_set_if_hw_addr()
/titanic_41/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c478 if (vid != VLAN_ID_NONE) in vnic_dev_create()