Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_doorbell.c237 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link() argument
246 link_msg.notify_idx = notify_idx; in dbell_link()
357 static void dbell_fire_entries(u32 notify_idx) in dbell_fire_entries() argument
359 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries()
365 if (dbell->idx == notify_idx && in dbell_fire_entries()
/Linux-v4.19/include/linux/
Dvmw_vmci_defs.h584 u64 notify_idx; member