Searched refs:nout (Results 1 – 2 of 2) sorted by relevance
549 int nout; in mlx5_query_hca_vport_gid() local561 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() local626 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()
145 ushort nout; /* number of AoE commands outstanding */ member