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

/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_subr.c209 if(opt->maxBurstLength != 0) {
210 sp->opt.maxBurstLength = opt->maxBurstLength;
211 sdebug(2, "opt.maxBurstLength=%d", sp->opt.maxBurstLength);
H A Disc_sm.c299 if(sp->opt.maxBurstLength && (len > sp->opt.maxBurstLength)) {
301 sp->sid, len, sp->opt.maxBurstLength);
H A Discsi.h444 int maxBurstLength; member in struct:opvals
H A Discsi.c631 sp->opt.maxBurstLength = 65536; // 64k
/freebsd-12-stable/sbin/iscontrol/
H A Dconfig.c142 _E(U_LO, S_SW, maxBurstLength),
184 _CASE(maxBurstLength, _OPT_INT(rval));
318 printf("%24s = %d\n", "maxBurstLength", op->maxBurstLength);
H A Discontrol.c107 .maxBurstLength = 128 * 1024,
108 .firstBurstLength = 64 * 1024, // must be less than maxBurstLength
H A Dfsm.c242 oop.maxBurstLength = sess->op->maxBurstLength;
H A Dlogin.c407 addText(sp, "MaxBurstLength=%d", op->maxBurstLength);

Completed in 126 milliseconds