Searched defs:mlx5_indexed_pool (Results 1 – 1 of 1) sorted by relevance
224 struct mlx5_indexed_pool { struct226 rte_spinlock_t lock; /* Pool lock for multiple thread usage. */227 uint32_t n_trunk_valid; /* Trunks allocated. */228 uint32_t n_trunk; /* Trunk pointer array size. */230 struct mlx5_indexed_trunk **trunks;231 uint32_t free_list; /* Index to first free trunk. */233 uint32_t n_entry;234 uint32_t trunk_new;235 uint32_t trunk_avail;236 uint32_t trunk_empty;[all …]