Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/block/aoe/
Daoecmd.c150 if ((*t)->nout < (*t)->maxout in freeframe()
193 if ((*t)->nout == 0) in freeframe()
239 t->nout++; in aoecmd_ata_rw()
351 h->src, h->dst, t->nout); in resend()
458 ht->nout--; in sthtith()
459 (*d->tgt)->nout++; in sthtith()
523 if (t->nout == t->maxout) { in rexmit_timer()
553 if (t->nout == t->maxout in rexmit_timer()
870 t->nout--; in aoecmd_ata_rsp()
913 t->nout++; in aoecmd_ata_id()
Daoe.h137 ushort nout; member
Daoedev.c75 (*t)->nout = 0; in aoedev_downdev()