Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_rx.h41 #define ath_startrecv(_sc) \ macro
57 extern int ath_startrecv(struct ath_softc *sc);
H A Dif_ath.c1890 if (ath_startrecv(sc) != 0) in ath_vap_delete()
2687 if (ath_startrecv(sc) != 0) { in ath_init()
3045 if (ath_startrecv(sc) != 0) /* restart recv */ in ath_reset()
5362 if (ath_startrecv(sc) != 0) { in ath_chan_set()
H A Dif_ath_rx.c1248 ath_startrecv(sc); in ath_rx_proc()