Symbol: VSW_VNETPORT
usr/src/uts/sun4v/io/vsw.c
1838
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw.c
2547
vsw_vlan_read_ids(portp, VSW_VNETPORT, mdp, *node, &portp->pvid,
usr/src/uts/sun4v/io/vsw.c
2643
vsw_vlan_read_ids(portp, VSW_VNETPORT, curr_mdp, curr_mdex, &pvid,
usr/src/uts/sun4v/io/vsw.c
2679
vsw_vlan_remove_ids(portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw.c
2685
vsw_vlan_add_ids(portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw.c
2696
vsw_update_bandwidth(NULL, portp, VSW_VNETPORT, maxbw);
usr/src/uts/sun4v/io/vsw_ldc.c
3501
(void) vsw_vlan_frame_pretag(ldcp->ldc_port, VSW_VNETPORT, mp);
usr/src/uts/sun4v/io/vsw_ldc.c
3504
vswp->vsw_switch_frame(vswp, mp, VSW_VNETPORT, ldcp->ldc_port, NULL);
usr/src/uts/sun4v/io/vsw_ldc.c
3604
(void) vsw_vlan_frame_pretag(ldcp->ldc_port, VSW_VNETPORT, mp);
usr/src/uts/sun4v/io/vsw_ldc.c
3607
vswp->vsw_switch_frame(vswp, mp, VSW_VNETPORT,
usr/src/uts/sun4v/io/vsw_ldc.c
372
rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_ldc.c
3753
count = vsw_vlan_frame_untag(port, VSW_VNETPORT, &mp, &mpt);
usr/src/uts/sun4v/io/vsw_ldc.c
381
vsw_create_vlans(port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_ldc.c
4373
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_ldc.c
4389
if (devtype == VSW_VNETPORT)
usr/src/uts/sun4v/io/vsw_ldc.c
4403
if (devtype == VSW_VNETPORT)
usr/src/uts/sun4v/io/vsw_ldc.c
453
vsw_mac_client_cleanup(vswp, port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_ldc.c
457
vsw_destroy_vlans(port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_ldc.c
488
vsw_mac_client_cleanup(vswp, port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_ldc.c
492
vsw_destroy_vlans(port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1000
vsw_mac_multicast_remove_all(vswp, portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1001
vsw_unset_hw(vswp, portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1002
vsw_maccl_close(vswp, portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1020
rv = vsw_maccl_open(vswp, portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1025
if (vsw_set_hw(vswp, portp, VSW_VNETPORT)) {
usr/src/uts/sun4v/io/vsw_phys.c
1031
vsw_mac_multicast_add_all(vswp, portp, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
1253
bp = vsw_tx_msg(vswp, bp, VSW_VNETPORT, portp);
usr/src/uts/sun4v/io/vsw_phys.c
1392
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
1394
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
1419
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
217
rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
391
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
433
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
462
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
542
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
558
if (type != VSW_VNETPORT || !port->p_hio_enabled)
usr/src/uts/sun4v/io/vsw_phys.c
586
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
606
vsw_mac_client_cleanup(vswp, port, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_phys.c
630
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
635
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
661
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
666
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
736
vsw_maccl_set_bandwidth(NULL, port, VSW_VNETPORT, port->p_bandwidth);
usr/src/uts/sun4v/io/vsw_phys.c
832
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_phys.c
834
if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
848
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_phys.c
869
} else if ((type == VSW_VNETPORT) && (port->addr_set == B_TRUE)) {
usr/src/uts/sun4v/io/vsw_rxdring.c
100
(vswp)->vsw_switch_frame((vswp), (bp), VSW_VNETPORT, \
usr/src/uts/sun4v/io/vsw_switching.c
1017
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1077
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1252
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_switching.c
1337
ASSERT((type == VSW_LOCALDEV) || (type == VSW_VNETPORT));
usr/src/uts/sun4v/io/vsw_switching.c
1494
case VSW_VNETPORT:
usr/src/uts/sun4v/io/vsw_switching.c
1546
if (vsw_add_mcst(vswp, VSW_VNETPORT, addr, port) == 0) {
usr/src/uts/sun4v/io/vsw_switching.c
1559
VSW_VNETPORT, addr, port);
usr/src/uts/sun4v/io/vsw_switching.c
1574
VSW_VNETPORT)) {
usr/src/uts/sun4v/io/vsw_switching.c
1576
VSW_VNETPORT, addr, port);
usr/src/uts/sun4v/io/vsw_switching.c
1598
if (vsw_del_mcst(vswp, VSW_VNETPORT, addr, port) == 0) {
usr/src/uts/sun4v/io/vsw_switching.c
1603
mcst_p = vsw_del_addr(VSW_VNETPORT, port, addr);
usr/src/uts/sun4v/io/vsw_switching.c
1615
VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_switching.c
1647
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1692
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1748
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1769
if (devtype == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
1837
(void) vsw_del_mcst(vswp, VSW_VNETPORT,
usr/src/uts/sun4v/io/vsw_switching.c
1848
vsw_mac_multicast_remove(vswp, port, mcap, VSW_VNETPORT);
usr/src/uts/sun4v/io/vsw_switching.c
432
ASSERT((caller == VSW_VNETPORT) || (caller == VSW_LOCALDEV));
usr/src/uts/sun4v/io/vsw_switching.c
551
if (caller == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
615
if ((caller != VSW_LOCALDEV) && (caller != VSW_VNETPORT)) {
usr/src/uts/sun4v/io/vsw_switching.c
665
if (caller == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
725
((caller == VSW_LOCALDEV) || (caller == VSW_VNETPORT))) {
usr/src/uts/sun4v/io/vsw_switching.c
739
if (caller == VSW_VNETPORT)
usr/src/uts/sun4v/io/vsw_switching.c
746
if ((caller == VSW_PHYSDEV) || (caller == VSW_VNETPORT)) {
usr/src/uts/sun4v/io/vsw_switching.c
813
((caller == VSW_VNETPORT) || (caller == VSW_LOCALDEV))) {
usr/src/uts/sun4v/io/vsw_switching.c
838
if ((caller == VSW_VNETPORT) &&
usr/src/uts/sun4v/io/vsw_switching.c
852
if (tpp->d_type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
885
((caller == VSW_VNETPORT) || (caller == VSW_PHYSDEV))) {
usr/src/uts/sun4v/io/vsw_switching.c
950
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_switching.c
976
} else if (type == VSW_VNETPORT) {
usr/src/uts/sun4v/io/vsw_txdring.c
1259
VSW_VNETPORT, mp);
usr/src/uts/sun4v/io/vsw_txdring.c
1337
vswp->vsw_switch_frame(vswp, bp, VSW_VNETPORT,