Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c229 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link() argument
238 link_msg.notify_idx = notify_idx; in dbell_link()
353 static void dbell_fire_entries(u32 notify_idx) in dbell_fire_entries() argument
355 u32 bucket = VMCI_DOORBELL_HASH(notify_idx); in dbell_fire_entries()
361 if (dbell->idx == notify_idx && in dbell_fire_entries()
/openbmc/linux/include/linux/
H A Dvmw_vmci_defs.h651 u64 notify_idx; member