Home
last modified time | relevance | path

Searched refs:pHeapSize (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/drivers/virtio/
H A Dvirtio_pci.h225 unsigned long *pHeapSize);
341 unsigned long *pHeapSize);
H A DVirtIOPCILegacy.c153 unsigned long *pHeapSize) in vio_legacy_query_vq_alloc() argument
172 *pHeapSize = 0; in vio_legacy_query_vq_alloc()
H A DVirtIOPCICommon.c219 unsigned long *pHeapSize) in virtio_query_queue_allocation() argument
221 return vdev->device->query_queue_alloc(vdev, index, pNumEntries, pRingSize, pHeapSize); in virtio_query_queue_allocation()
H A DVirtIOPCIModern.c255 unsigned long *pHeapSize) in vio_modern_query_vq_alloc() argument
283 *pHeapSize = vring_control_block_size(num, vdev->packed_ring); in vio_modern_query_vq_alloc()