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

/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h166 bool guest_endpoint, vmci_event_release_cb wakeup_cb,
H A Dvmci_queue_pair.c179 bool guest_endpoint; member in struct:vmci_qp
1920 bool guest_endpoint, vmci_qp_alloc()
1928 if (guest_endpoint) { vmci_qp_alloc()
1962 static int qp_detatch(struct vmci_handle handle, bool guest_endpoint) qp_detatch() argument
1967 if (guest_endpoint) qp_detatch()
2819 my_qpair->guest_endpoint = false; vmci_qpair_alloc()
2828 my_qpair->guest_endpoint = true; vmci_qpair_alloc()
2839 my_qpair->guest_endpoint, vmci_qpair_alloc()
2871 result = qp_detatch(old_qpair->handle, old_qpair->guest_endpoint); vmci_qpair_detach()
1912 vmci_qp_alloc(struct vmci_handle *handle, struct vmci_queue **produce_q, u64 produce_size, struct vmci_queue **consume_q, u64 consume_size, u32 peer, u32 flags, u32 priv_flags, bool guest_endpoint, vmci_event_release_cb wakeup_cb, void *client_data) vmci_qp_alloc() argument

Completed in 129 milliseconds