Searched defs:mlx5_indexed_pool_config (Results 1 – 1 of 1) sorted by relevance
185 struct mlx5_indexed_pool_config { struct186 uint32_t size; /* Pool entry size. */187 uint32_t trunk_size:22;194 uint32_t grow_trunk:4;200 uint32_t grow_shift:4;225 struct mlx5_indexed_pool_config cfg; /* Indexed pool configuration. */ argument