Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c549 int nout; in mlx5_query_hca_vport_gid() local
561 nout = tbsz; in mlx5_query_hca_vport_gid()
563 nout = 1; in mlx5_query_hca_vport_gid()
565 out_sz += nout * sizeof(*gid); in mlx5_query_hca_vport_gid()
614 int nout; in mlx5_query_hca_vport_pkey() local
626 nout = tbsz; in mlx5_query_hca_vport_pkey()
628 nout = 1; in mlx5_query_hca_vport_pkey()
630 out_sz += nout * MLX5_ST_SZ_BYTES(pkey); in mlx5_query_hca_vport_pkey()
659 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 Daoe.h145 ushort nout; /* number of AoE commands outstanding */ member