Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mscc/
Docelot.c929 unsigned int age_period = ANA_AUTOAGE_AGE_PERIOD(msecs / 2000); in ocelot_set_ageing_time() local
934 if (!age_period) in ocelot_set_ageing_time()
935 age_period = 1; in ocelot_set_ageing_time()
937 ocelot_rmw(ocelot, age_period, ANA_AUTOAGE_AGE_PERIOD_M, ANA_AUTOAGE); in ocelot_set_ageing_time()