Lines Matching refs:vmci_handle
193 struct vmci_handle { struct
199 (struct vmci_handle){ .context = _cid, .resource = _rid } argument
201 static inline bool vmci_handle_is_equal(struct vmci_handle h1, in vmci_handle_is_equal()
202 struct vmci_handle h2) in vmci_handle_is_equal()
208 static const struct vmci_handle VMCI_INVALID_HANDLE = {
213 static inline bool vmci_handle_is_invalid(struct vmci_handle h) in vmci_handle_is_invalid()
224 static const struct vmci_handle __maybe_unused VMCI_ANON_SRC_HANDLE = {
503 struct vmci_handle handle; /* Identifier. */
519 struct vmci_handle dst;
520 struct vmci_handle src;
549 struct vmci_handle handle; /* queue_pair handle. */
650 struct vmci_handle handle;
661 struct vmci_handle handle;
670 struct vmci_handle handle;
694 struct vmci_handle handle; /* queue_pair handle. */
745 struct vmci_handle handle;
757 struct vmci_handle handle;
901 const struct vmci_handle handle) in vmci_q_header_init()