Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cam/scsi/
Dscsi_sa.c224 u_int32_t min_blk; member
762 ((bp->bio_bcount % softc->min_blk) != 0))) { in sastrategy()
765 softc->min_blk); in sastrategy()
771 (bp->bio_bcount < softc->min_blk) || in sastrategy()
780 printf("between %d and %d bytes\n", softc->min_blk, in sastrategy()
2011 softc->min_blk = 0; in samount()
2025 softc->min_blk = scsi_2btoul(rblim->minimum); in samount()
2147 (softc->min_blk > softc->media_blksize && in samount()
2151 "block settings (%d)- adjusting\n", softc->min_blk, in samount()
2153 softc->max_blk = softc->min_blk = in samount()
[all …]