Searched refs:notify_idx (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_doorbell.c408 uint32_t notify_idx)
427 link_msg.notify_idx = notify_idx;
849 vmci_doorbell_fire_entries(uint32_t notify_idx) argument
852 uint32_t bucket = VMCI_DOORBELL_HASH(notify_idx);
857 if (iter->idx == notify_idx &&
407 vmci_doorbell_link(struct vmci_handle handle, bool is_doorbell, uint32_t notify_idx) argument
H A Dvmci_call_defs.h100 uint64_t notify_idx; member in struct:vmci_doorbell_link_msg

Completed in 60 milliseconds