Lines Matching refs:vmci_handle
128 struct vmci_handle { struct
134 (struct vmci_handle){ .context = _cid, .resource = _rid } argument
136 static inline bool vmci_handle_is_equal(struct vmci_handle h1, in vmci_handle_is_equal()
137 struct vmci_handle h2) in vmci_handle_is_equal()
143 static const struct vmci_handle VMCI_INVALID_HANDLE = {
148 static inline bool vmci_handle_is_invalid(struct vmci_handle h) in vmci_handle_is_invalid()
159 static const struct vmci_handle VMCI_ANON_SRC_HANDLE = {
438 struct vmci_handle handle; /* Identifier. */
454 struct vmci_handle dst;
455 struct vmci_handle src;
484 struct vmci_handle handle; /* queue_pair handle. */
583 struct vmci_handle handle;
594 struct vmci_handle handle;
603 struct vmci_handle handle;
627 struct vmci_handle handle; /* queue_pair handle. */
678 struct vmci_handle handle;
690 struct vmci_handle handle;
844 const struct vmci_handle handle) in vmci_q_header_init()