Searched refs:lro_timer_supported_periods (Results 1 – 2 of 2) sorted by relevance
1079 if (MLX5_CAP_ETH(mdev, lro_timer_supported_periods[i]) >= wanted_timeout) in mlx5e_choose_lro_timeout()1082 return MLX5_CAP_ETH(mdev, lro_timer_supported_periods[i]); in mlx5e_choose_lro_timeout()
1217 u8 lro_timer_supported_periods[4][0x20]; member