Searched defs:maxbsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2275 ulong_t maxbsize; local
2381 maxbsize = (blklim->max_hi << 16) +
2383 if (maxbsize > ST_MAXRECSIZE_VARIABLE) {
3049 * if maxbsize is unknown, set the maximum block size.
3056 * that maxbsize is <= ST_MAXRECSIZE_FIXED.
3124 * we guess maxbsize and minbsize
3152 "maxdma = %d, maxbsize = %d, minbsize = %d, %s large xfer\n",
5022 * factor from the lesser of maxbsize and maxdma.

Completed in 117 milliseconds