Lines Matching refs:vmci_handle
131 struct vmci_handle { struct
137 (struct vmci_handle){ .context = _cid, .resource = _rid } argument
139 static inline bool vmci_handle_is_equal(struct vmci_handle h1, in vmci_handle_is_equal()
140 struct vmci_handle h2) in vmci_handle_is_equal()
146 static const struct vmci_handle VMCI_INVALID_HANDLE = {
151 static inline bool vmci_handle_is_invalid(struct vmci_handle h) in vmci_handle_is_invalid()
162 static const struct vmci_handle __maybe_unused VMCI_ANON_SRC_HANDLE = {
441 struct vmci_handle handle; /* Identifier. */
457 struct vmci_handle dst;
458 struct vmci_handle src;
487 struct vmci_handle handle; /* queue_pair handle. */
588 struct vmci_handle handle;
599 struct vmci_handle handle;
608 struct vmci_handle handle;
632 struct vmci_handle handle; /* queue_pair handle. */
683 struct vmci_handle handle;
695 struct vmci_handle handle;
839 const struct vmci_handle handle) in vmci_q_header_init()