Searched refs:age_period (Results 1 – 2 of 2) sorted by relevance
636 static int vsc9953_autoage_time_set(int age_period) in vsc9953_autoage_time_set() argument644 if (age_period < 0 || age_period > VSC9953_AUTOAGE_PERIOD_MASK) in vsc9953_autoage_time_set()649 age_period); in vsc9953_autoage_time_set()
1837 unsigned int age_period = ANA_AUTOAGE_AGE_PERIOD(msecs / 2000); in ocelot_set_ageing_time() local1842 if (!age_period) in ocelot_set_ageing_time()1843 age_period = 1; in ocelot_set_ageing_time()1845 ocelot_rmw(ocelot, age_period, ANA_AUTOAGE_AGE_PERIOD_M, ANA_AUTOAGE); in ocelot_set_ageing_time()