Home
last modified time | relevance | path

Searched defs:mlx5_indexed_pool_config (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h185 struct mlx5_indexed_pool_config { struct
186 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