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