Searched refs:ale_ageout (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.h | 14 unsigned long ale_ageout; /* in secs */ member
|
H A D | cpsw_ale.c | 1141 aging_timer *= ale->params.ale_ageout; in cpsw_ale_hw_aging_timer_start() 1159 if (!ale->params.ale_ageout) in cpsw_ale_aging_start() 1174 if (!ale->params.ale_ageout) in cpsw_ale_aging_stop() 1288 ale->ageout = ale->params.ale_ageout * HZ; in cpsw_ale_create()
|
H A D | cpsw_priv.c | 432 int ale_ageout, phys_addr_t desc_mem_phys, in cpsw_init_common() 502 ale_params.ale_ageout = ale_ageout; in cpsw_init_common() 431 cpsw_init_common(struct cpsw_common *cpsw, void __iomem *ss_regs, int ale_ageout, phys_addr_t desc_mem_phys, int descs_pool_size) cpsw_init_common() argument
|
H A 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)"); 1612 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
|
H A D | cpsw_priv.h | 430 int ale_ageout, phys_addr_t desc_mem_phys,
|
H A D | cpsw_new.c | 46 static int ale_ageout = CPSW_ALE_AGEOUT_DEFAULT; variable 1954 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
|
H A D | am65-cpsw-nuss.c | 2123 ale_params.ale_ageout = AM65_CPSW_ALE_AGEOUT_DEFAULT; in am65_cpsw_nuss_probe()
|
H A D | netcp_ethss.c | 3694 ale_params.ale_ageout = GBE_DEFAULT_ALE_AGEOUT; in gbe_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/ |
H A D | cpsw_ale.h | 14 unsigned long ale_ageout; /* in secs */ member
|
H A D | cpsw_ale.c | 1216 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 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()
|
H A D | cpsw_priv.h | 438 int ale_ageout, phys_addr_t desc_mem_phys,
|
H A D | cpsw_priv.c | 433 int ale_ageout, phys_addr_t desc_mem_phys, in cpsw_init_common() 503 ale_params.ale_ageout = ale_ageout; in cpsw_init_common() 432 cpsw_init_common(struct cpsw_common *cpsw, void __iomem *ss_regs, int ale_ageout, phys_addr_t desc_mem_phys, int descs_pool_size) cpsw_init_common() argument
|
H A D | cpsw_new.c | 48 static int ale_ageout = CPSW_ALE_AGEOUT_DEFAULT; variable 1940 ret = cpsw_init_common(cpsw, ss_regs, ale_ageout, in cpsw_probe()
|
H A D | am65-cpsw-nuss.c | 2951 ale_params.ale_ageout = AM65_CPSW_ALE_AGEOUT_DEFAULT; in am65_cpsw_nuss_probe()
|
H A D | netcp_ethss.c | 3688 ale_params.ale_ageout = GBE_DEFAULT_ALE_AGEOUT; in gbe_probe()
|
Completed in 40 milliseconds