Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h248 struct mlx5_indexed_pool { struct
249 struct mlx5_indexed_pool_config cfg; /* Indexed pool configuration. */ argument
250 rte_spinlock_t rsz_lock; /* Pool lock for multiple thread usage. */
251 rte_spinlock_t lcore_lock;
253 union {
271 uint32_t n_entry;
272 uint32_t trunk_new;
273 uint32_t trunk_avail;
274 uint32_t trunk_empty;
275 uint32_t trunk_free;
[all …]