Searched refs:out_sz (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fw.c | 75 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_query_odp_caps() local 83 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_query_odp_caps() 88 err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz); in mlx5_query_odp_caps()
|
D | main.c | 364 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps() local 369 out = kzalloc(out_sz, GFP_KERNEL); in mlx5_core_get_caps() 374 err = mlx5_cmd_exec(dev, in, sizeof(in), out, out_sz); in mlx5_core_get_caps()
|