Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-xgene.c93 u32 nout; in xgene_clk_pll_recalc_rate() local
104 nout = 2; in xgene_clk_pll_recalc_rate()
113 nout = CLKOD_RD(pll) + 1; in xgene_clk_pll_recalc_rate()
123 nout = SC_OUTDIV2(pll) ? 2 : 3; in xgene_clk_pll_recalc_rate()
127 clk_hw_get_name(hw), fvco / nout, parent_rate, in xgene_clk_pll_recalc_rate()
130 return fvco / nout; in xgene_clk_pll_recalc_rate()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c593 int nout; in mlx5_query_hca_vport_gid() local
605 nout = tbsz; in mlx5_query_hca_vport_gid()
607 nout = 1; in mlx5_query_hca_vport_gid()
609 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
658 int nout; in mlx5_query_hca_vport_pkey() local
670 nout = tbsz; in mlx5_query_hca_vport_pkey()
672 nout = 1; in mlx5_query_hca_vport_pkey()
674 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
703 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
/Linux-v4.19/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()
477 h->src, h->dst, t->nout); in resend()
683 if (t->nout >= t->maxout) in rexmit_deferred()
686 t->nout++; in rexmit_deferred()
809 t->nout--; in rexmit_timer()
1007 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()
Daoe.h139 ushort nout; /* number of AoE commands outstanding */ member
Daoedev.c220 t->nout = 0; in aoedev_downdev()
Daoeblk.c138 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoedisk_debugfs_show()