Searched refs:nout (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/clk/
H A Dclk-xgene.c78 u32 nout; local
89 nout = 2;
98 nout = CLKOD_RD(pll) + 1;
108 nout = SC_OUTDIV2(pll) ? 2 : 3;
112 clk_hw_get_name(hw), fvco / nout, parent_rate,
115 return fvco / nout;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c549 int nout; local
561 nout = tbsz;
563 nout = 1;
565 out_sz += nout * sizeof(*gid);
614 int nout; local
626 nout = tbsz;
628 nout = 1;
630 out_sz += nout * MLX5_ST_SZ_BYTES(pkey);
659 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey))
/linux-master/drivers/block/aoe/
H A Daoe.h145 ushort nout; /* number of AoE commands outstanding */ member in struct:aoetgt
H A Daoecmd.c269 totout += t->nout;
271 if (t->nout < t->maxout
337 t->nout++;
473 "%15s e%ld.%d oldtag=%08x@%08lx newtag=%08x s=%pm d=%pm nout=%d\n",
476 h->src, h->dst, t->nout);
682 if (t->nout >= t->maxout)
685 t->nout++;
808 t->nout--;
993 else if (t->nout == t->maxout && t->next_cwnd-- == 0) {
1319 f->t->nout
[all...]
H A Daoedev.c220 t->nout = 0;
H A Daoeblk.c136 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout,

Completed in 134 milliseconds