Searched refs:CPSW_CMINTMIN_INTVL (Results 1 – 2 of 2) sorted by relevance
187 if (coal_intvl < CPSW_CMINTMIN_INTVL) in cpsw_set_coalesce()188 coal_intvl = CPSW_CMINTMIN_INTVL; in cpsw_set_coalesce()
117 #define CPSW_CMINTMIN_INTVL ((1000 / CPSW_CMINTMAX_CNT) + 1) macro