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

/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_queue_pair.c33 uint64_t num_ppns; member in struct:qp_guest_endpoint
415 const uint64_t num_ppns = CEILING(produce_size, PAGE_SIZE) + local
467 entry->num_ppns = num_ppns;
527 if (!entry || entry->num_ppns <= 2)
532 msg_size = sizeof(*alloc_msg) + (size_t)entry->num_ppns * sizeof(PPN);
546 alloc_msg->num_ppns = entry->num_ppns;
H A Dvmci_call_defs.h235 uint64_t num_ppns; member in struct:vmci_queue_pair_alloc_msg

Completed in 107 milliseconds