Searched refs:guest_endpoint (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 158 bool guest_endpoint, vmci_event_release_cb wakeup_cb,
|
H A D | vmci_queue_pair.c | 154 bool guest_endpoint; member 1835 bool guest_endpoint, in vmci_qp_alloc() 1843 if (guest_endpoint) { in vmci_qp_alloc() 1877 static int qp_detatch(struct vmci_handle handle, bool guest_endpoint) in qp_detatch() argument 1882 if (guest_endpoint) in qp_detatch() 2723 my_qpair->guest_endpoint = false; in vmci_qpair_alloc() 2732 my_qpair->guest_endpoint = true; in vmci_qpair_alloc() 2743 my_qpair->guest_endpoint, in vmci_qpair_alloc() 2775 result = qp_detatch(old_qpair->handle, old_qpair->guest_endpoint); in vmci_qpair_detach() 1827 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
|
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
H A D | vmci_queue_pair.h | 158 bool guest_endpoint, vmci_event_release_cb wakeup_cb,
|
H A D | vmci_queue_pair.c | 154 bool guest_endpoint; member 1837 bool guest_endpoint, in vmci_qp_alloc() 1845 if (guest_endpoint) { in vmci_qp_alloc() 1879 static int qp_detatch(struct vmci_handle handle, bool guest_endpoint) in qp_detatch() argument 1884 if (guest_endpoint) in qp_detatch() 2739 my_qpair->guest_endpoint = false; in vmci_qpair_alloc() 2748 my_qpair->guest_endpoint = true; in vmci_qpair_alloc() 2759 my_qpair->guest_endpoint, in vmci_qpair_alloc() 2791 result = qp_detatch(old_qpair->handle, old_qpair->guest_endpoint); in vmci_qpair_detach() 1829 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 9 milliseconds