Home
last modified time | relevance | path

Searched refs:page_store (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.h136 VMCI_QP_PAGESTORE_IS_WELLFORMED(struct vmci_qp_page_store *page_store) in VMCI_QP_PAGESTORE_IS_WELLFORMED() argument
138 return page_store->len >= 2; in VMCI_QP_PAGESTORE_IS_WELLFORMED()
145 struct vmci_qp_page_store *page_store,
H A Dvmci_host.c484 struct vmci_qp_page_store page_store; in vmci_host_do_alloc_queuepair() local
492 page_store.pages = alloc_info.ppn_va; in vmci_host_do_alloc_queuepair()
493 page_store.len = alloc_info.num_ppns; in vmci_host_do_alloc_queuepair()
501 &page_store, in vmci_host_do_alloc_queuepair()