Searched refs:MLX5_MEMIC_BASE_ALIGN (Results 1 – 2 of 2) sorted by relevance
33 mlx5_alignment = (alignment < MLX5_MEMIC_BASE_ALIGN) ? 0 : in mlx5_cmd_alloc_memic()34 alignment - MLX5_MEMIC_BASE_ALIGN; in mlx5_cmd_alloc_memic()
166 MLX5_MEMIC_BASE_ALIGN = 6, enumerator167 MLX5_MEMIC_BASE_SIZE = 1 << MLX5_MEMIC_BASE_ALIGN,