Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c151 #define CPSW_CMINTMIN_INTVL ((1000 / CPSW_CMINTMAX_CNT) + 1) macro
1268 if (coal_intvl < CPSW_CMINTMIN_INTVL) in cpsw_set_coalesce()
1269 coal_intvl = CPSW_CMINTMIN_INTVL; in cpsw_set_coalesce()