Searched refs:MLX5_UN_SZ_BYTES (Results 1 – 2 of 2) sorted by relevance
311 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps()315 MLX5_UN_SZ_BYTES(hca_cap_union)); in mlx5_core_get_caps()
61 #define MLX5_UN_SZ_BYTES(typ) (sizeof(union mlx5_ifc_##typ##_bits) / 8) macro