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