Searched refs:allocsize1 (Results 1 – 1 of 1) sorted by relevance
422 int vq_size, allocsize1, allocsize2, allocsize = 0; in virtio_alloc_vq() local447 allocsize1 = VIRTQUEUE_ALIGN(sizeof (struct vring_desc) * vq_size + in virtio_alloc_vq()453 allocsize = allocsize1 + allocsize2; in virtio_alloc_vq()504 vq->vq_usedoffset = allocsize1; in virtio_alloc_vq()