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

/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c266 struct vmci_doorbell_notify_msg notify_msg; local
268 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
270 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE;
271 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE;
272 notify_msg.handle = handle;
274 return vmci_send_datagram(&notify_msg.hdr);

Completed in 87 milliseconds