Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpsw.c141 static void cpsw_tx_watchdog(void *);
687 callout_reset(&sc->watchdog.callout, hz, cpsw_tx_watchdog, sc); in cpsw_init()
2287 cpsw_tx_watchdog(void *msc) in cpsw_tx_watchdog() function
2312 callout_reset(&sc->watchdog.callout, hz, cpsw_tx_watchdog, sc); in cpsw_tx_watchdog()