Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c569 #define MLX5E_MAX_COAL_FRAMES MLX5_MAX_CQ_COUNT macro
637 if (coal->tx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES || in mlx5e_ethtool_set_coalesce()
638 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_coalesce()
640 __func__, MLX5E_MAX_COAL_FRAMES); in mlx5e_ethtool_set_coalesce()