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

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_datagram.h17 int vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg);
H A Dvmci_utils.h32 vmci_hash_id(vmci_id id, unsigned size)
H A Dvmci_doorbell.h21 int vmci_doorbell_host_context_notify(vmci_id src_CID,
H A Dvmci_queue_pair.h25 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags);
H A Dvmci_kernel_api_1.h33 vmci_id vmci_get_context_id(void);
36 typedef void (*vmci_event_cb)(vmci_id sub_id, struct vmci_event_data *ed,
40 void *callback_data, vmci_id *sub_id);
41 int vmci_event_unsubscribe(vmci_id sub_id);
47 uint64_t produce_q_size, uint64_t consume_q_size, vmci_id peer,
H A Dvmci_resource.h44 vmci_id vmci_resource_get_id(vmci_id context_id);
H A Dvmci_call_defs.h156 vmci_id context_id; /* 4 bytes. */
164 vmci_id peer_id;
231 vmci_id peer; /* 32bit field. */
H A Dvmci_datagram.c42 static int vmci_datagram_get_priv_flags_int(vmci_id contextID,
130 datagram_create_hnd(vmci_id resource_id, uint32_t flags,
136 vmci_id context_id;
220 vmci_datagram_create_handle(vmci_id resource_id, uint32_t flags,
256 vmci_datagram_create_handle_priv(vmci_id resource_id, uint32_t flags,
344 vmci_datagram_get_priv_flags_int(vmci_id context_id, struct vmci_handle handle,
486 vmci_datagram_dispatch(vmci_id context_id, struct vmci_datagram *dg)
H A Dvmci_defs.h129 typedef uint32_t vmci_id; typedef
133 vmci_id begin; /* Beginning of range. */
134 vmci_id end; /* End of range. */
138 vmci_id context;
139 vmci_id resource;
143 VMCI_MAKE_HANDLE(vmci_id cid, vmci_id rid)
H A Dvmci_resource.c110 vmci_id
111 vmci_resource_get_id(vmci_id context_id)
113 vmci_id current_rid;
114 vmci_id old_rid;
H A Dvmci_event.c23 vmci_id id;
33 static struct vmci_subscription *vmci_event_find(vmci_id sub_id);
39 vmci_id sub_id);
276 vmci_event_find(vmci_id sub_id)
505 static vmci_id subscription_id = 0;
593 vmci_event_unregister_subscription(vmci_id sub_id)
638 void *callback_data, vmci_id *subscription_id)
682 vmci_event_unsubscribe(vmci_id sub_id)
H A Dvmci_queue_pair.c24 vmci_id peer;
63 struct vmci_handle handle, vmci_id peer, uint32_t flags,
72 vmci_id peer, uint32_t flags,
97 vmci_id peer, uint32_t flags, vmci_privilege_flags priv_flags)
409 qp_guest_endpoint_create(struct vmci_handle handle, vmci_id peer,
414 static vmci_id queue_pair_rid;
424 vmci_id context_id = vmci_get_context_id();
425 vmci_id old_rid = queue_pair_rid;
577 struct vmci_queue **consume_q, uint64_t consume_size, vmci_id peer,
683 vmci_id context_i
[all...]
H A Dvmci_driver.c23 static vmci_id ctx_update_sub_id = VMCI_INVALID_ID;
43 vmci_util_cid_update(vmci_id sub_id, struct vmci_event_data *event_data,
390 vmci_id
H A Dvmci_doorbell.c411 vmci_id resource_id;
453 vmci_id resource_id;
521 vmci_id context_id;
524 vmci_id resource_id = vmci_resource_get_id(context_id);
H A Dvmci_qpair.c33 vmci_id peer;
147 uint64_t produce_q_size, uint64_t consume_q_size, vmci_id peer,

Completed in 96 milliseconds