Searched defs:vmci_qp_alloc_info_vmvm (Results 1 – 1 of 1) sorted by relevance
69 struct vmci_qp_alloc_info_vmvm { struct70 struct vmci_handle handle;71 u32 peer;72 u32 flags;73 u64 produce_size;74 u64 consume_size;75 u64 produce_page_file; /* User VA. */76 u64 consume_page_file; /* User VA. */77 u64 produce_page_file_size; /* Size of the file name array. */78 u64 consume_page_file_size; /* Size of the file name array. */[all …]