Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c31 uint64_t num_ppns; member
416 const uint64_t num_ppns = CEILING(produce_size, PAGE_SIZE) + in qp_guest_endpoint_create() local
468 entry->num_ppns = num_ppns; in qp_guest_endpoint_create()
528 if (!entry || entry->num_ppns <= 2) in vmci_queue_pair_alloc_hypercall()
533 msg_size = sizeof(*alloc_msg) + (size_t)entry->num_ppns * sizeof(PPN); in vmci_queue_pair_alloc_hypercall()
547 alloc_msg->num_ppns = entry->num_ppns; in vmci_queue_pair_alloc_hypercall()
H A Dvmci_call_defs.h233 uint64_t num_ppns; member