out_sz            124 drivers/infiniband/hw/mlx5/ib_virt.c 	int out_sz = MLX5_ST_SZ_BYTES(query_vport_counter_out);
out_sz            133 drivers/infiniband/hw/mlx5/ib_virt.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            137 drivers/infiniband/hw/mlx5/ib_virt.c 	err = mlx5_core_query_vport_counter(mdev, true, vf, port, out, out_sz);
out_sz            656 drivers/net/ethernet/mellanox/mlx5/core/fw.c 	u8 out_sz = MLX5_ST_SZ_BYTES(mcqs_reg);
out_sz            660 drivers/net/ethernet/mellanox/mlx5/core/fw.c 	memset(out, 0, out_sz);
out_sz            665 drivers/net/ethernet/mellanox/mlx5/core/fw.c 				   out_sz, MLX5_REG_MCQS, 0, 0);
out_sz            356 drivers/net/ethernet/mellanox/mlx5/core/main.c 	int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out);
out_sz            362 drivers/net/ethernet/mellanox/mlx5/core/main.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            368 drivers/net/ethernet/mellanox/mlx5/core/main.c 	err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz);
out_sz            278 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int out_sz;
out_sz            295 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out_sz = MLX5_ST_SZ_BYTES(modify_nic_vport_context_in) +
out_sz            298 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            308 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz);
out_sz            535 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_gid_out);
out_sz            557 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out_sz += nout * sizeof(*gid);
out_sz            560 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            581 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz);
out_sz            601 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_pkey_out);
out_sz            622 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out_sz += nout * MLX5_ST_SZ_BYTES(pkey);
out_sz            625 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            646 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	err = mlx5_cmd_exec(dev, in, in_sz, out, out_sz);
out_sz            666 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	int out_sz = MLX5_ST_SZ_BYTES(query_hca_vport_context_out);
out_sz            675 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	out = kzalloc(out_sz, GFP_KERNEL);
out_sz            694 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	err = mlx5_cmd_exec(dev, in, sizeof(in), out,  out_sz);
out_sz            972 drivers/net/ethernet/mellanox/mlx5/core/vport.c 				  size_t out_sz)
out_sz           1000 drivers/net/ethernet/mellanox/mlx5/core/vport.c 	err = mlx5_cmd_exec(dev, in, in_sz, out,  out_sz);
out_sz            131 include/linux/mlx5/vport.h 				  size_t out_sz);