Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/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.c1867 if (ath_startrecv(sc) != 0)
2600 if (ath_startrecv(sc) != 0) {
2974 if (ath_startrecv(sc) != 0) /* restart recv */
5312 if (ath_startrecv(sc) != 0) {
H A Dif_ath_rx.c1197 ath_startrecv(sc); in ath_rx_proc()