Searched defs:vmci_qp_alloc_info_vmvm (Results 1 – 1 of 1) sorted by relevance
60 struct vmci_qp_alloc_info_vmvm { struct61 struct vmci_handle handle;62 u32 peer;63 u32 flags;64 u64 produce_size;65 u64 consume_size;66 u64 produce_page_file; /* User VA. */67 u64 consume_page_file; /* User VA. */68 u64 produce_page_file_size; /* Size of the file name array. */69 u64 consume_page_file_size; /* Size of the file name array. */[all …]