Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c989 struct vmci_qp_detach_msg detach_msg; in qp_detatch_hypercall() local
991 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
993 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in qp_detatch_hypercall()
994 detach_msg.hdr.payload_size = sizeof(handle); in qp_detatch_hypercall()
995 detach_msg.handle = handle; in qp_detatch_hypercall()
997 return vmci_send_datagram(&detach_msg.hdr); in qp_detatch_hypercall()