Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c554 #define MLX5E_MAX_COAL_FRAMES MLX5_MAX_CQ_COUNT macro
622 if (coal->tx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES || in mlx5e_ethtool_set_coalesce()
623 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_coalesce()
625 __func__, MLX5E_MAX_COAL_FRAMES); in mlx5e_ethtool_set_coalesce()