Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk-xgene.c92 u32 nout; in xgene_clk_pll_recalc_rate() local
102 nout = 2; in xgene_clk_pll_recalc_rate()
111 nout = CLKOD_RD(pll) + 1; in xgene_clk_pll_recalc_rate()
117 fvco / nout, parent_rate); in xgene_clk_pll_recalc_rate()
119 return fvco / nout; in xgene_clk_pll_recalc_rate()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c270 totout += t->nout; in newframe()
272 if (t->nout < t->maxout in newframe()
338 t->nout++; in ata_rw_frameinit()
478 h->src, h->dst, t->nout); in resend()
703 if (t->nout >= t->maxout) in rexmit_deferred()
706 t->nout++; in rexmit_deferred()
829 t->nout--; in rexmit_timer()
1067 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg()
1390 f->t->nout--; in aoecmd_ata_rsp()
1460 t->nout++; in aoecmd_ata_id()
Daoe.h140 ushort nout; /* number of AoE commands outstanding */ member
Daoedev.c221 t->nout = 0; in aoedev_downdev()
Daoeblk.c138 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoedisk_debugfs_show()