Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c139 static void cpsw_tx_watchdog(void *);
681 callout_reset(&sc->watchdog.callout, hz, cpsw_tx_watchdog, sc); in cpsw_init()
2271 cpsw_tx_watchdog(void *msc) in cpsw_tx_watchdog() function
2296 callout_reset(&sc->watchdog.callout, hz, cpsw_tx_watchdog, sc); in cpsw_tx_watchdog()