| 18 | } |
| 19 | |
| 20 | static inline void |
| 21 | mlx5_ipool_unlock(struct mlx5_indexed_pool *pool) |
| 22 | { |
| 23 | if (pool->cfg.need_lock) |
| 24 | rte_spinlock_unlock(&pool->rsz_lock); |
| 25 | } |
| 26 | |
| 27 | static inline uint32_t |
| 28 | mlx5_trunk_idx_get(struct mlx5_indexed_pool *pool, uint32_t entry_idx) |
no test coverage detected