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

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h72 int vtscsi_max_nsegs; member in struct:vtscsi_softc
H A Dvirtio_scsi.c308 sc->vtscsi_max_nsegs = vtscsi_maximum_segments(sc, scsicfg.seg_max);
309 sc->vtscsi_sglist = sglist_alloc(sc->vtscsi_max_nsegs, M_NOWAIT);
507 VQ_ALLOC_INFO_INIT(&vq_info[2], sc->vtscsi_max_nsegs,
525 if (sc->vtscsi_max_nsegs > rqsize) {
527 "clamping seg_max (%d %d)\n", sc->vtscsi_max_nsegs,
529 sc->vtscsi_max_nsegs = rqsize;
987 cpi->maxio = (sc->vtscsi_max_nsegs - VTSCSI_MIN_SEGMENTS - 1) *

Completed in 57 milliseconds