Home
last modified time | relevance | path

Searched refs:VTBLK_MAXSEGS (Results 1 – 1 of 1) sorted by last modified time

/freebsd/sys/dev/beri/virtio/
H A Dvirtio_block.c80 #define VTBLK_MAXSEGS 256 macro
148 struct iovec iov[VTBLK_MAXSEGS + 2]; in vtblk_proc()
149 uint16_t flags[VTBLK_MAXSEGS + 2]; in vtblk_proc()
160 VTBLK_MAXSEGS + 2, flags); in vtblk_proc()
161 KASSERT(n >= 2 && n <= VTBLK_MAXSEGS + 2, in vtblk_proc()
389 cfg->seg_max = htobe32(VTBLK_MAXSEGS); in backend_info()