Searched refs:VNIC_HASH_KEY (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 110 #define VNIC_HASH_KEY(vnic_id) ((mod_hash_key_t)(uintptr_t)vnic_id) macro 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()
|