Searched refs:ale_ageout (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw_ale.h | 16 unsigned long ale_ageout; /* in secs */ member
|
D | cpsw_ale.c | 1237 aging_timer *= ale->params.ale_ageout; in cpsw_ale_hw_aging_timer_start() 1255 if (!ale->params.ale_ageout) in cpsw_ale_aging_start() 1270 if (!ale->params.ale_ageout) in cpsw_ale_aging_stop() 1537 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
|
D | cpsw.c | 54 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()
|
D | cpsw_priv.c | 433 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()
|
D | cpsw_priv.h | 438 int ale_ageout, phys_addr_t desc_mem_phys,
|
D | cpsw_new.c | 48 static int ale_ageout = CPSW_ALE_AGEOUT_DEFAULT; variable 1943 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
|
D | am65-cpsw-nuss.c | 3577 ale_params.ale_ageout = AM65_CPSW_ALE_AGEOUT_DEFAULT; in am65_cpsw_nuss_probe()
|
D | netcp_ethss.c | 3683 ale_params.ale_ageout = GBE_DEFAULT_ALE_AGEOUT; in gbe_probe()
|