Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c646 #define MLX5E_MAX_COAL_TIME MLX5_MAX_CQ_PERIOD macro
708 if (coal->tx_coalesce_usecs > MLX5E_MAX_COAL_TIME || in mlx5e_ethtool_set_coalesce()
709 coal->rx_coalesce_usecs > MLX5E_MAX_COAL_TIME) { in mlx5e_ethtool_set_coalesce()
713 MLX5E_MAX_COAL_TIME, coal->tx_coalesce_usecs, in mlx5e_ethtool_set_coalesce()
825 if (coal->tx_coalesce_usecs > MLX5E_MAX_COAL_TIME || in mlx5e_ethtool_set_per_queue_coalesce()
826 coal->rx_coalesce_usecs > MLX5E_MAX_COAL_TIME) { in mlx5e_ethtool_set_per_queue_coalesce()
828 __func__, MLX5E_MAX_COAL_TIME); in mlx5e_ethtool_set_per_queue_coalesce()