Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c547 #define MLX5E_MAX_COAL_FRAMES MLX5_MAX_CQ_COUNT macro
603 if (coal->tx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES || in mlx5e_ethtool_set_coalesce()
604 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_coalesce()
606 __func__, MLX5E_MAX_COAL_FRAMES); in mlx5e_ethtool_set_coalesce()