Searched refs:ale_ageout (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | cpsw_priv.c | 23 int ale_ageout, phys_addr_t desc_mem_phys, in cpsw_init_common() argument 92 ale_params.ale_ageout = ale_ageout; in cpsw_init_common()
|
| D | cpsw_ale.h | 14 unsigned long ale_ageout; /* in secs */ member
|
| D | cpsw_priv.h | 393 int ale_ageout, phys_addr_t desc_mem_phys,
|
| D | cpsw.c | 55 static int ale_ageout = 10; variable 56 module_param(ale_ageout, int, 0); 57 MODULE_PARM_DESC(ale_ageout, "cpsw ale ageout interval (seconds)"); 2852 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
|
| D | cpsw_ale.c | 795 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
|
| D | netcp_ethss.c | 3700 ale_params.ale_ageout = GBE_DEFAULT_ALE_AGEOUT; in gbe_probe()
|