Home
last modified time | relevance | path

Searched refs:VSW_VNETPORT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c542 if (type == VSW_VNETPORT) { in vsw_maccl_open()
635 if (type == VSW_VNETPORT) { in vsw_set_hw()
666 if (type == VSW_VNETPORT) { in vsw_unset_hw()
834 if (type == VSW_VNETPORT) { in vsw_unset_hw_addr()
848 } else if (type == VSW_VNETPORT) { in vsw_unset_hw_addr()
1001 vsw_unset_hw(vswp, portp, VSW_VNETPORT); in vsw_port_mac_reconfig()
1002 vsw_maccl_close(vswp, portp, VSW_VNETPORT); in vsw_port_mac_reconfig()
1020 rv = vsw_maccl_open(vswp, portp, VSW_VNETPORT); in vsw_port_mac_reconfig()
1025 if (vsw_set_hw(vswp, portp, VSW_VNETPORT)) { in vsw_port_mac_reconfig()
1394 if (type == VSW_VNETPORT) { in vsw_maccl_set_bandwidth()
[all …]
H A Dvsw_switching.c551 if (caller == VSW_VNETPORT) { in vsw_switch_l2_frame()
665 if (caller == VSW_VNETPORT) { in vsw_switch_l3_frame()
739 if (caller == VSW_VNETPORT) in vsw_forward_all()
838 if ((caller == VSW_VNETPORT) && in vsw_forward_grp()
1494 case VSW_VNETPORT: in vsw_frame_lookup_vid()
1574 VSW_VNETPORT)) { in vsw_add_rem_mcst()
1615 VSW_VNETPORT); in vsw_add_rem_mcst()
1647 if (devtype == VSW_VNETPORT) { in vsw_add_mcst()
1692 if (devtype == VSW_VNETPORT) { in vsw_add_mcst()
1748 if (devtype == VSW_VNETPORT) { in vsw_del_mcst()
[all …]
H A Dvsw_ldc.c372 rv = vsw_mac_client_init(vswp, port, VSW_VNETPORT); in vsw_port_attach()
381 vsw_create_vlans(port, VSW_VNETPORT); in vsw_port_attach()
453 vsw_mac_client_cleanup(vswp, port, VSW_VNETPORT); in vsw_port_detach()
457 vsw_destroy_vlans(port, VSW_VNETPORT); in vsw_port_detach()
488 vsw_mac_client_cleanup(vswp, port, VSW_VNETPORT); in vsw_detach_ports()
492 vsw_destroy_vlans(port, VSW_VNETPORT); in vsw_detach_ports()
3607 vswp->vsw_switch_frame(vswp, mp, VSW_VNETPORT, in vsw_process_data_ibnd_pkt()
3753 count = vsw_vlan_frame_untag(port, VSW_VNETPORT, &mp, &mpt); in vsw_portsend()
4373 if (devtype == VSW_VNETPORT) { in vsw_del_addr()
4389 if (devtype == VSW_VNETPORT) in vsw_del_addr()
[all …]
H A Dvsw.c1838 } else if (type == VSW_VNETPORT) { in vsw_vlan_read_ids()
2547 vsw_vlan_read_ids(portp, VSW_VNETPORT, mdp, *node, &portp->pvid, in vsw_port_read_props()
2643 vsw_vlan_read_ids(portp, VSW_VNETPORT, curr_mdp, curr_mdex, &pvid, in vsw_port_update()
2679 vsw_vlan_remove_ids(portp, VSW_VNETPORT); in vsw_port_update()
2685 vsw_vlan_add_ids(portp, VSW_VNETPORT); in vsw_port_update()
2696 vsw_update_bandwidth(NULL, portp, VSW_VNETPORT, maxbw); in vsw_port_update()
H A Dvsw_txdring.c1259 VSW_VNETPORT, mp); in vsw_process_dringdata()
1337 vswp->vsw_switch_frame(vswp, bp, VSW_VNETPORT, in vsw_process_dringdata()
H A Dvsw_rxdring.c100 (vswp)->vsw_switch_frame((vswp), (bp), VSW_VNETPORT, \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h59 #define VSW_VNETPORT 2 /* port connected to vnet (over ldc) */ macro