Home
last modified time | relevance | path

Searched refs:MLX5E_CACHE_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Den.h606 #define MLX5E_CACHE_SIZE (4 * roundup_pow_of_two(MLX5E_CACHE_UNIT)) macro
610 struct mlx5e_dma_info page_cache[MLX5E_CACHE_SIZE];
A Den_rx.c227 u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); in mlx5e_rx_cache_put()
262 cache->head = (cache->head + 1) & (MLX5E_CACHE_SIZE - 1); in mlx5e_rx_cache_get()
A Den_main.c773 i = (i + 1) & (MLX5E_CACHE_SIZE - 1)) { in mlx5e_free_rq()

Completed in 23 milliseconds