HomeSort by: relevance | last modified time | path
    Searched defs:ath_startrecv (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ath.c 182 static int ath_startrecv(struct ath_softc *);
1075 if ((error = ath_startrecv(sc)) != 0) {
1234 if (ath_startrecv(sc) != 0) /* restart recv */
4452 ath_startrecv(struct ath_softc *sc) function in typeref:typename:int
4606 if (ath_startrecv(sc) != 0) {

Completed in 16 milliseconds