Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c213 static void wpi_tx_timeout(void *);
2115 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, sc); in wpi_tx_done()
2758 callout_reset(&sc->tx_timeout, 5*hz, wpi_tx_timeout, in wpi_cmd2()
3196 wpi_tx_timeout(void *arg) in wpi_tx_timeout() function