Symbol: vsw_vlanid_t
usr/src/uts/sun4v/io/vsw.c
109
static boolean_t vsw_cmp_vids(vsw_vlanid_t *vids1,
usr/src/uts/sun4v/io/vsw.c
110
vsw_vlanid_t *vids2, int nvids);
usr/src/uts/sun4v/io/vsw.c
166
vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw.c
170
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw.c
1815
uint16_t *pvidp, vsw_vlanid_t **vidspp, uint16_t *nvidsp,
usr/src/uts/sun4v/io/vsw.c
1887
vids_size = sizeof (vsw_vlanid_t) * nvids;
usr/src/uts/sun4v/io/vsw.c
2148
vsw_vlanid_t *vids;
usr/src/uts/sun4v/io/vsw.c
2416
sizeof (vsw_vlanid_t) * vswp->nvids);
usr/src/uts/sun4v/io/vsw.c
2427
kmem_free(vids, sizeof (vsw_vlanid_t) * nvids);
usr/src/uts/sun4v/io/vsw.c
2606
vsw_vlanid_t *vids;
usr/src/uts/sun4v/io/vsw.c
2786
vsw_cmp_vids(vsw_vlanid_t *vids1, vsw_vlanid_t *vids2, int nvids)
usr/src/uts/sun4v/io/vsw.c
92
mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp,
usr/src/uts/sun4v/io/vsw_hio.c
85
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw_ldc.c
549
kmem_free(port->vids, sizeof (vsw_vlanid_t) * port->nvids);
usr/src/uts/sun4v/io/vsw_phys.c
1007
sizeof (vsw_vlanid_t) * portp->nvids);
usr/src/uts/sun4v/io/vsw_phys.c
1049
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids)
usr/src/uts/sun4v/io/vsw_phys.c
1067
sizeof (vsw_vlanid_t) * vswp->nvids);
usr/src/uts/sun4v/io/vsw_phys.c
1111
vsw_vlanid_t *new_vids, int new_nvids)
usr/src/uts/sun4v/io/vsw_phys.c
1131
uint16_t flags, vsw_vlanid_t *vids, int nvids)
usr/src/uts/sun4v/io/vsw_phys.c
1133
vsw_vlanid_t *vidp;
usr/src/uts/sun4v/io/vsw_phys.c
115
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw_phys.c
1167
vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids, int nvids)
usr/src/uts/sun4v/io/vsw_phys.c
117
vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw_phys.c
1170
vsw_vlanid_t *vidp;
usr/src/uts/sun4v/io/vsw_phys.c
119
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids);
usr/src/uts/sun4v/io/vsw_phys.c
826
vsw_vlanid_t *vids;
usr/src/uts/sun4v/io/vsw_phys.c
86
uint8_t *macaddr, uint16_t flags, vsw_vlanid_t *vids, int nvids);
usr/src/uts/sun4v/io/vsw_phys.c
87
static void vsw_mac_remove_vlans(mac_client_handle_t mch, vsw_vlanid_t *vids,
usr/src/uts/sun4v/io/vsw_phys.c
988
uint16_t new_pvid, vsw_vlanid_t *new_vids, int new_nvids)
usr/src/uts/sun4v/sys/vsw.h
187
vsw_vlanid_t *vids; /* vlan ids (tagged) */