Home
last modified time | relevance | path

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

/linux/drivers/block/aoe/
H A Daoecmd.c269 totout += t->nout; in newframe()
271 if (t->nout < t->maxout in newframe()
337 t->nout++; in ata_rw_frameinit()
479 h->src, h->dst, t->nout); in resend()
690 if (t->nout >= t->maxout) in rexmit_deferred()
693 t->nout++; in rexmit_deferred()
817 t->nout--; in rexmit_timer()
1005 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg()
1331 f->t->nout--; in aoecmd_ata_rsp()
1401 t->nout++; in aoecmd_ata_id()
H A Daoe.h146 ushort nout; /* number of AoE commands outstanding */ member
H A Daoedev.c224 t->nout = 0; in aoedev_downdev()