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