Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vmware/vmci/
Dvmci_doorbell.c689 struct vmci_doorbell_notify_msg notify_msg; in vmci_doorbell_notify_as_guest() local
691 notify_msg.hdr.dst = VMCI_MAKE_HANDLE(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_doorbell_notify_as_guest()
693 notify_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_doorbell_notify_as_guest()
694 notify_msg.hdr.payload_size = sizeof(notify_msg) - VMCI_DG_HEADERSIZE; in vmci_doorbell_notify_as_guest()
695 notify_msg.handle = handle; in vmci_doorbell_notify_as_guest()
697 return (vmci_send_datagram((struct vmci_datagram *)&notify_msg)); in vmci_doorbell_notify_as_guest()