Searched refs:notify_msg (Results 1 – 1 of 1) sorted by relevance
274 struct vmci_doorbell_notify_msg notify_msg; in dbell_notify_as_guest() local276 notify_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in dbell_notify_as_guest()278 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in dbell_notify_as_guest()279 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE; in dbell_notify_as_guest()280 notify_msg.handle = handle; in dbell_notify_as_guest()282 return vmci_send_datagram(¬ify_msg.hdr); in dbell_notify_as_guest()