Searched refs:VNIC_HASH_KEY (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/vnic/ |
H A D | vnic_dev.c | 109 #define VNIC_HASH_KEY(vnic_id) ((mod_hash_key_t)(uintptr_t)vnic_id) macro 357 err = mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_create() 570 err = mod_hash_insert(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_create() 622 if (mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_modify() 644 if (mod_hash_find(vnic_hash, VNIC_HASH_KEY(vnic_id), in vnic_dev_delete() 673 (void) mod_hash_remove(vnic_hash, VNIC_HASH_KEY(vnic_id), &val); in vnic_dev_delete() 1187 err = mod_hash_find(vnic_hash, VNIC_HASH_KEY(info->vn_vnic_id), in vnic_info()
|