Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c666 int nout; in mlx5_query_hca_vport_gid()
678 nout = tbsz; in mlx5_query_hca_vport_gid()
680 nout = 1; in mlx5_query_hca_vport_gid()
682 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
731 int nout; in mlx5_query_hca_vport_pkey()
743 nout = tbsz; in mlx5_query_hca_vport_pkey()
745 nout = 1; in mlx5_query_hca_vport_pkey()
747 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
776 for (i = 0; i < nout; i++, pkey++, pkarr += MLX5_ST_SZ_BYTES(pkey)) in mlx5_query_hca_vport_context()
630 int nout; mlx5_query_hca_vport_gid() local
695 int nout; mlx5_query_hca_vport_pkey() local
/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()