Home
last modified time | relevance | path

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

/drivers/misc/vmw_vmci/
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()