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