Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-xgene.c79 u32 nout; in xgene_clk_pll_recalc_rate() local
90 nout = 2; in xgene_clk_pll_recalc_rate()
99 nout = CLKOD_RD(pll) + 1; in xgene_clk_pll_recalc_rate()
109 nout = SC_OUTDIV2(pll) ? 2 : 3; in xgene_clk_pll_recalc_rate()
113 clk_hw_get_name(hw), fvco / nout, parent_rate, in xgene_clk_pll_recalc_rate()
116 return fvco / nout; in xgene_clk_pll_recalc_rate()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c556 int nout; in mlx5_query_hca_vport_gid() local
568 nout = tbsz; in mlx5_query_hca_vport_gid()
570 nout = 1; in mlx5_query_hca_vport_gid()
572 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
621 int nout; in mlx5_query_hca_vport_pkey() local
633 nout = tbsz; in mlx5_query_hca_vport_pkey()
635 nout = 1; in mlx5_query_hca_vport_pkey()
637 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
666 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
/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()