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

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c1073 struct vmci_qp_detach_msg detach_msg; qp_detatch_hypercall() local
1075 detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID, qp_detatch_hypercall()
1077 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; qp_detatch_hypercall()
1078 detach_msg.hdr.payload_size = sizeof(handle); qp_detatch_hypercall()
1079 detach_msg.handle = handle; qp_detatch_hypercall()
1081 return vmci_send_datagram(&detach_msg.hdr); qp_detatch_hypercall()

Completed in 99 milliseconds