Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vmware/vmci/
Dvmci_doorbell.c24 #define VMCI_DOORBELL_HASH(_idx) \ macro
256 bucket = VMCI_DOORBELL_HASH(idx); in vmci_doorbell_index_table_find()
336 bucket = VMCI_DOORBELL_HASH(entry->idx); in vmci_doorbell_index_table_add()
852 uint32_t bucket = VMCI_DOORBELL_HASH(notify_idx); in vmci_doorbell_fire_entries()