Searched defs:qp_broker_entry (Results 1 – 1 of 1) sorted by relevance
202 struct qp_broker_entry { struct203 struct vmci_resource resource;204 struct qp_entry qp;205 u32 create_id;206 u32 attach_id;207 enum qp_broker_state state;208 bool require_trusted_attach;209 bool created_by_trusted;210 bool vmci_page_files; /* Created by VMX using VMCI page files */211 struct vmci_queue *produce_q;[all …]