Searched refs:vlan_hashp (Results 1 - 6 of 6) 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);
947 vswp->vlan_hashp = mod_hash_create_idhash(hashname,
957 portp->vlan_hashp = mod_hash_create_idhash(hashname,
974 mod_hash_destroy_hash(vswp->vlan_hashp);
979 mod_hash_destroy_hash(portp->vlan_hashp);
998 rv = mod_hash_insert(vswp->vlan_hashp,
1007 rv = mod_hash_insert(vswp->vlan_hashp,
1021 rv = mod_hash_insert(portp->vlan_hashp,
1031 rv = mod_hash_insert(portp->vlan_hashp,
1057 rv = vsw_vlan_lookup(vswp->vlan_hashp, vsw
1111 vsw_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid) argument
1335 mod_hash_t *vlan_hashp; local
[all...]
H A Dvnet_gen.c194 static boolean_t vgen_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid);
738 rv = vgen_vlan_lookup(portp->vlan_hashp, vid);
1498 portp->vlan_hashp = mod_hash_create_idhash(hashname,
1508 if (portp->vlan_hashp != NULL) {
1509 mod_hash_destroy_hash(portp->vlan_hashp);
1510 portp->vlan_hashp = NULL;
1524 rv = mod_hash_insert(portp->vlan_hashp,
1530 rv = mod_hash_insert(portp->vlan_hashp,
1547 rv = mod_hash_remove(portp->vlan_hashp,
1553 rv = mod_hash_remove(portp->vlan_hashp,
1590 vgen_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid) argument
[all...]
H A Dvsw_ldc.c192 extern boolean_t vsw_vlan_lookup(mod_hash_t *vlan_hashp, uint16_t vid);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvsw.h138 mod_hash_t *vlan_hashp; /* vlan hash table */ member in struct:vsw
H A Dvsw_ldc.h430 mod_hash_t *vlan_hashp; /* vlan hash table */ member in struct:vsw_port
H A Dvnet_gen.h397 mod_hash_t *vlan_hashp; /* vlan hash table */ member in struct:vgen_port

Completed in 91 milliseconds