Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/iscsi/initiator/
H A Disc_subr.c99 if(opt->maxBurstLength != 0) { in i_setopt()
100 sp->opt.maxBurstLength = opt->maxBurstLength; in i_setopt()
101 sdebug(2, "maxBurstLength=%d", sp->opt.maxBurstLength); in i_setopt()
H A Disc_sm.c293 if(sp->opt.maxBurstLength && (len > sp->opt.maxBurstLength)) { in i_prepPDU()
295 sp->sid, len, sp->opt.maxBurstLength); in i_prepPDU()
H A Discsi.h448 int maxBurstLength; member
H A Discsi.c655 sp->opt.maxBurstLength = 65536; // 64k in i_create_session()
/dragonfly/sbin/iscontrol/
H A Dconfig.c132 _E(U_LO, S_SW, maxBurstLength),
174 _CASE(maxBurstLength, _OPT_INT(rval)); in setOption()
309 printf("%24s = %d\n", "maxBurstLength", op->maxBurstLength); in puke()
H A Discontrol.c99 .maxBurstLength = 128 * 1024,
H A Dfsm.c242 oop.maxBurstLength = sess->op->maxBurstLength; in setOptions()
H A Dlogin.c402 addText(sp, "MaxBurstLength=%d", op->maxBurstLength); in loginPhase()