Searched refs:vsw_vlanid_t (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 86 uint8_t *macaddr, uint16_t flags, vsw_vlanid_t *vids, int nvids); 87 static void vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids, 115 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids); 117 vsw_vlanid_t *new_vids, int new_nvids); 119 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids); 826 vsw_vlanid_t *vids; in vsw_unset_hw_addr() 988 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids) in vsw_port_mac_reconfig() 1007 sizeof (vsw_vlanid_t) * portp->nvids); in vsw_port_mac_reconfig() 1049 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids) in vsw_if_mac_reconfig() 1067 sizeof (vsw_vlanid_t) * vswp->nvids); in vsw_if_mac_reconfig() [all …]
|
H A D | vsw.c | 92 mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp, 109 static boolean_t vsw_cmp_vids(vsw_vlanid_t *vids1, 110 vsw_vlanid_t *vids2, int nvids); 166 vsw_vlanid_t *new_vids, int new_nvids); 170 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids); 1815 uint16_t *pvidp, vsw_vlanid_t **vidspp, uint16_t *nvidsp, in vsw_vlan_read_ids() 1887 vids_size = sizeof (vsw_vlanid_t) * nvids; in vsw_vlan_read_ids() 2148 vsw_vlanid_t *vids; in vsw_update_md_prop() 2417 sizeof (vsw_vlanid_t) * vswp->nvids); in vsw_update_md_prop() 2428 kmem_free(vids, sizeof (vsw_vlanid_t) * nvids); in vsw_update_md_prop() [all …]
|
H A D | vsw_hio.c | 85 uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids);
|
H A D | vsw_ldc.c | 549 kmem_free(port->vids, sizeof (vsw_vlanid_t) * port->nvids); in vsw_port_delete()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 115 } vsw_vlanid_t; typedef 187 vsw_vlanid_t *vids; /* vlan ids (tagged) */
|