Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/vmw_vmci/
Dvmci_queue_pair.h166 bool guest_endpoint, vmci_event_release_cb wakeup_cb,
Dvmci_queue_pair.c162 bool guest_endpoint; member
1839 bool guest_endpoint, in vmci_qp_alloc() argument
1847 if (guest_endpoint) { in vmci_qp_alloc()
1881 static int qp_detatch(struct vmci_handle handle, bool guest_endpoint) in qp_detatch() argument
1886 if (guest_endpoint) in qp_detatch()
2725 my_qpair->guest_endpoint = false; in vmci_qpair_alloc()
2734 my_qpair->guest_endpoint = true; in vmci_qpair_alloc()
2745 my_qpair->guest_endpoint, in vmci_qpair_alloc()
2777 result = qp_detatch(old_qpair->handle, old_qpair->guest_endpoint); in vmci_qpair_detach()