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 = {
501 struct vmci_handle handle; /* Identifier. */
517 struct vmci_handle dst;
518 struct vmci_handle src;
547 struct vmci_handle handle; /* queue_pair handle. */
648 struct vmci_handle handle;
659 struct vmci_handle handle;
668 struct vmci_handle handle;
692 struct vmci_handle handle; /* queue_pair handle. */
743 struct vmci_handle handle;
755 struct vmci_handle handle;
899 const struct vmci_handle handle) in vmci_q_header_init()