Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_ethtool.c1037 if (coal->tx_coalesce_usecs > MLX4_EN_MAX_COAL_TIME || in mlx4_en_set_coalesce()
1038 coal->rx_coalesce_usecs > MLX4_EN_MAX_COAL_TIME || in mlx4_en_set_coalesce()
1039 coal->rx_coalesce_usecs_low > MLX4_EN_MAX_COAL_TIME || in mlx4_en_set_coalesce()
1040 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) { in mlx4_en_set_coalesce()
1042 __func__, MLX4_EN_MAX_COAL_TIME); in mlx4_en_set_coalesce()
A Dmlx4_en.h148 #define MLX4_EN_MAX_COAL_TIME U16_MAX macro

Completed in 32 milliseconds