Searched defs:qp_broker_entry (Results 1 – 1 of 1) sorted by relevance
219 struct qp_broker_entry { struct220 struct vmci_resource resource;221 struct qp_entry qp;222 u32 create_id;223 u32 attach_id;224 enum qp_broker_state state;225 bool require_trusted_attach;226 bool created_by_trusted;227 bool vmci_page_files; /* Created by VMX using VMCI page files */228 struct vmci_queue *produce_q;[all …]