Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c987 struct vmci_qp_detach_msg detach_msg; in qp_detatch_hypercall() local
989 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, in qp_detatch_hypercall()
991 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in qp_detatch_hypercall()
992 detach_msg.hdr.payload_size = sizeof(handle); in qp_detatch_hypercall()
993 detach_msg.handle = handle; in qp_detatch_hypercall()
995 return vmci_send_datagram(&detach_msg.hdr); in qp_detatch_hypercall()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds