Lines Matching refs:vmci_handle
135 struct vmci_handle { struct
141 (struct vmci_handle){ .context = _cid, .resource = _rid } argument
143 static inline bool vmci_handle_is_equal(struct vmci_handle h1, in vmci_handle_is_equal()
144 struct vmci_handle h2) in vmci_handle_is_equal()
150 static const struct vmci_handle VMCI_INVALID_HANDLE = {
155 static inline bool vmci_handle_is_invalid(struct vmci_handle h) in vmci_handle_is_invalid()
166 static const struct vmci_handle VMCI_ANON_SRC_HANDLE = {
445 struct vmci_handle handle; /* Identifier. */
461 struct vmci_handle dst;
462 struct vmci_handle src;
491 struct vmci_handle handle; /* queue_pair handle. */
590 struct vmci_handle handle;
601 struct vmci_handle handle;
610 struct vmci_handle handle;
634 struct vmci_handle handle; /* queue_pair handle. */
685 struct vmci_handle handle;
697 struct vmci_handle handle;
816 const struct vmci_handle handle) in vmci_q_header_init()