MLX5E_CACHE_SIZE 598 drivers/net/ethernet/mellanox/mlx5/core/en.h struct mlx5e_dma_info page_cache[MLX5E_CACHE_SIZE]; MLX5E_CACHE_SIZE 659 drivers/net/ethernet/mellanox/mlx5/core/en_main.c i = (i + 1) & (MLX5E_CACHE_SIZE - 1)) { MLX5E_CACHE_SIZE 196 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c u32 tail_next = (cache->tail + 1) & (MLX5E_CACHE_SIZE - 1); MLX5E_CACHE_SIZE 231 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c cache->head = (cache->head + 1) & (MLX5E_CACHE_SIZE - 1);