Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_ale.h14 unsigned long ale_ageout; /* in secs */ member
H A Dcpsw_ale.c1216 aging_timer *= ale->params.ale_ageout; in cpsw_ale_hw_aging_timer_start()
1234 if (!ale->params.ale_ageout) in cpsw_ale_aging_start()
1249 if (!ale->params.ale_ageout) in cpsw_ale_aging_stop()
1388 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
H A Dcpsw.c54 static int ale_ageout = 10; variable
55 module_param(ale_ageout, int, 0);
56 MODULE_PARM_DESC(ale_ageout, "cpsw ale ageout interval (seconds)");
1591 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
H A Dcpsw_priv.c433 int ale_ageout, phys_addr_t desc_mem_phys, in cpsw_init_common() argument
503 ale_params.ale_ageout = ale_ageout; in cpsw_init_common()
H A Dcpsw_priv.h438 int ale_ageout, phys_addr_t desc_mem_phys,
H A Dcpsw_new.c48 static int ale_ageout = CPSW_ALE_AGEOUT_DEFAULT; variable
1940 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
H A Dam65-cpsw-nuss.c2969 ale_params.ale_ageout = AM65_CPSW_ALE_AGEOUT_DEFAULT; in am65_cpsw_nuss_probe()
H A Dnetcp_ethss.c3688 ale_params.ale_ageout = GBE_DEFAULT_ALE_AGEOUT; in gbe_probe()