Home
last modified time | relevance | path

Searched refs:vnic_hash (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c108 static mod_hash_t *vnic_hash; variable
140 vnic_hash = mod_hash_create_idhash("vnic_hash", in vnic_dev_init()
154 mod_hash_destroy_idhash(vnic_hash); in vnic_dev_fini()
358 err = mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_create()
571 err = mod_hash_insert(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_create()
623 if (mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_modify()
645 if (mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_delete()
674 (void) mod_hash_remove(vnic_hash, VNIC_HASH_KEY(vnic_id), &val); in vnic_dev_delete()
1188 err = mod_hash_find(vnic_hash, VNIC_HASH_KEY(info->vn_vnic_id), in vnic_info()