Searched defs:mlx5_indexed_pool (Results 1 – 1 of 1) sorted by relevance
248 struct mlx5_indexed_pool { struct249 struct mlx5_indexed_pool_config cfg; /* Indexed pool configuration. */ argument250 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 …]