Searched refs:MLX5_ST_SZ_BYTES (Results 1 – 3 of 3) sorted by relevance
74 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)]; in mlx5_query_odp_caps()75 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_query_odp_caps()
363 u8 in[MLX5_ST_SZ_BYTES(query_hca_cap_in)]; in mlx5_core_get_caps()364 int out_sz = MLX5_ST_SZ_BYTES(query_hca_cap_out); in mlx5_core_get_caps()415 int set_sz = MLX5_ST_SZ_BYTES(set_hca_cap_in); in handle_hca_cap()
59 #define MLX5_ST_SZ_BYTES(typ) (sizeof(struct mlx5_ifc_##typ##_bits) / 8) macro