Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dvirtio.c784 int maxsegsize, int maxnsegs, const char *name) in virtio_alloc_vq() argument
808 size_indirect = (sc->sc_indirect && maxnsegs >= MINSEG_INDIRECT) ? in virtio_alloc_vq()
809 sizeof(struct vring_desc) * maxnsegs * vq_num : 0; in virtio_alloc_vq()
855 vq->vq_maxnsegs = maxnsegs; in virtio_alloc_vq()
891 "descriptors\n", size_indirect, maxnsegs * vq_num); in virtio_alloc_vq()