Searched refs:nout (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/clk/ |
D | clk-xgene.c | 78 u32 nout; in xgene_clk_pll_recalc_rate() local 89 nout = 2; in xgene_clk_pll_recalc_rate() 98 nout = CLKOD_RD(pll) + 1; in xgene_clk_pll_recalc_rate() 108 nout = SC_OUTDIV2(pll) ? 2 : 3; in xgene_clk_pll_recalc_rate() 112 clk_hw_get_name(hw), fvco / nout, parent_rate, in xgene_clk_pll_recalc_rate() 115 return fvco / nout; in xgene_clk_pll_recalc_rate()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 528 int nout; in mlx5_query_hca_vport_gid() local 540 nout = tbsz; in mlx5_query_hca_vport_gid() 542 nout = 1; in mlx5_query_hca_vport_gid() 544 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid() 593 int nout; in mlx5_query_hca_vport_pkey() local 605 nout = tbsz; in mlx5_query_hca_vport_pkey() 607 nout = 1; in mlx5_query_hca_vport_pkey() 609 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey() 638 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_pkey()
|
/linux-6.6.21/drivers/block/aoe/ |
D | aoecmd.c | 269 totout += t->nout; in newframe() 271 if (t->nout < t->maxout in newframe() 337 t->nout++; in ata_rw_frameinit() 476 h->src, h->dst, t->nout); in resend() 682 if (t->nout >= t->maxout) in rexmit_deferred() 685 t->nout++; in rexmit_deferred() 808 t->nout--; in rexmit_timer() 993 else if (t->nout == t->maxout && t->next_cwnd-- == 0) { in calc_rttavg() 1319 f->t->nout--; in aoecmd_ata_rsp() 1389 t->nout++; in aoecmd_ata_id()
|
D | aoe.h | 145 ushort nout; /* number of AoE commands outstanding */ member
|
D | aoedev.c | 220 t->nout = 0; in aoedev_downdev()
|
D | aoeblk.c | 136 seq_printf(s, "%pm:%d:%d:%d\n", (*t)->addr, (*t)->nout, in aoe_debugfs_show()
|