Searched defs:qp_broker_entry (Results 1 – 1 of 1) sorted by relevance
194 struct qp_broker_entry { struct195 struct vmci_resource resource;196 struct qp_entry qp;197 u32 create_id;198 u32 attach_id;199 enum qp_broker_state state;200 bool require_trusted_attach;201 bool created_by_trusted;202 bool vmci_page_files; /* Created by VMX using VMCI page files */203 struct vmci_queue *produce_q;[all …]