Searched defs:vsw_vlan_lookup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c106 boolean_t vsw_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid);
1057 rv = vsw_vlan_lookup(vswp->vlan_hashp, vswp->pvid);
1066 rv = vsw_vlan_lookup(vswp->vlan_hashp,
1081 rv = vsw_vlan_lookup(portp->vlan_hashp, portp->pvid);
1090 rv = vsw_vlan_lookup(portp->vlan_hashp,
1111 vsw_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid) function
1440 rv = vsw_vlan_lookup(vlan_hashp,

Completed in 158 milliseconds