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

/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c231 #define VTBLK_MIN_SEGMENTS 2 macro
333 if (sc->vtblk_max_nsegs <= VTBLK_MIN_SEGMENTS) {
605 nsegs = VTBLK_MIN_SEGMENTS;
704 dp->d_maxsize = (sc->vtblk_max_nsegs - VTBLK_MIN_SEGMENTS - 1) *
756 * request consumes VTBLK_MIN_SEGMENTS or more descriptors so reduce
760 nreqs /= VTBLK_MIN_SEGMENTS;

Completed in 94 milliseconds