Searched refs:notify_msg (Results 1 – 1 of 1) sorted by relevance
266 struct vmci_doorbell_notify_msg notify_msg; in dbell_notify_as_guest() local268 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()270 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in dbell_notify_as_guest()271 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE; in dbell_notify_as_guest()272 notify_msg.handle = handle; in dbell_notify_as_guest()274 return vmci_send_datagram(¬ify_msg.hdr); in dbell_notify_as_guest()