Searched refs:vl_vid (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | vsw.h | 112 uint16_t vl_vid; /* vlan-id */ member
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vsw_switching.c | 1008 (mod_hash_key_t)VLAN_ID_KEY(vswp->vids[i].vl_vid), in vsw_vlan_add_ids() 1032 (mod_hash_key_t)VLAN_ID_KEY(portp->vids[i].vl_vid), in vsw_vlan_add_ids() 1067 vswp->vids[i].vl_vid); in vsw_vlan_remove_ids() 1071 vswp->vids[i].vl_vid), in vsw_vlan_remove_ids() 1091 portp->vids[i].vl_vid); in vsw_vlan_remove_ids() 1095 portp->vids[i].vl_vid), in vsw_vlan_remove_ids()
|
H A D | vsw_phys.c | 1149 &vidp->vl_muh, vidp->vl_vid, &diag); in vsw_mac_add_vlans() 1154 vidp->vl_vid, rv); in vsw_mac_add_vlans() 1160 vidp->vl_vid, vswp->physname); in vsw_mac_add_vlans()
|
H A D | vsw.c | 1890 (*vidspp)[i].vl_vid = data[i] & 0xFFFF; in vsw_vlan_read_ids() 1892 D2(vswp, " %d ", (*vidspp)[i].vl_vid); in vsw_vlan_read_ids() 2793 vid = vids1[i].vl_vid; in vsw_cmp_vids() 2795 if (vid == vids2[i].vl_vid) in vsw_cmp_vids()
|