| H A D | vmci_queue_pair.c | 696 static int qp_host_register_user_memory(struct vmci_qp_page_store *page_store, in qp_host_register_user_memory() argument 708 produce_uva = page_store->pages; in qp_host_register_user_memory() 709 consume_uva = page_store->pages + in qp_host_register_user_memory() 1269 * with the queue pair as specified by the page_store. For compatibility with 1272 * vmci_qp_broker_set_page_store. In that case, a page_store of NULL should be 1275 * If the creator is the host, a page_store of NULL should be used as well, 1288 struct vmci_qp_page_store *page_store, in qp_broker_create() argument 1386 } else if (page_store) { in qp_broker_create() 1391 result = qp_host_register_user_memory(page_store, in qp_broker_create() 1400 * A create without a page_store ma in qp_broker_create() 1517 qp_broker_attach(struct qp_broker_entry * entry,u32 peer,u32 flags,u32 priv_flags,u64 produce_size,u64 consume_size,struct vmci_qp_page_store * page_store,struct vmci_ctx * context,vmci_event_release_cb wakeup_cb,void * client_data,struct qp_broker_entry ** ent) qp_broker_attach() argument 1702 qp_broker_alloc(struct vmci_handle handle,u32 peer,u32 flags,u32 priv_flags,u64 produce_size,u64 consume_size,struct vmci_qp_page_store * page_store,struct vmci_ctx * context,vmci_event_release_cb wakeup_cb,void * client_data,struct qp_broker_entry ** ent,bool * swap) qp_broker_alloc() argument 1936 vmci_qp_broker_alloc(struct vmci_handle handle,u32 peer,u32 flags,u32 priv_flags,u64 produce_size,u64 consume_size,struct vmci_qp_page_store * page_store,struct vmci_ctx * context) vmci_qp_broker_alloc() argument 2250 struct vmci_qp_page_store page_store; vmci_qp_broker_map() local [all...] |