Searched refs:notify_msg (Results 1 – 1 of 1) sorted by relevance
685 struct vmci_doorbell_notify_msg notify_msg; in vmci_doorbell_notify_as_guest() local687 notify_msg.hdr.dst = VMCI_MAKE_HANDLE(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_doorbell_notify_as_guest()689 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_doorbell_notify_as_guest()690 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE; in vmci_doorbell_notify_as_guest()691 notify_msg.handle = handle; in vmci_doorbell_notify_as_guest()693 return (vmci_send_datagram((struct vmci_datagram *)¬ify_msg)); in vmci_doorbell_notify_as_guest()