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

  /src/sys/dev/ic/
ath.c 126 static int ath_init(struct ath_softc *);
992 return ath_init(sc);
1014 ath_init(struct ath_softc *sc) function in typeref:typename:int
1201 * basically a more efficient way of doing ath_stop, ath_init,
1496 ath_init(ifp->if_softc); /* XXX lose error */
4553 * ath_init.
5376 * do not call ath_init() here. Instead,
5391 error = ath_init(sc);
5441 error = ath_init(sc);
ath.c 126 static int ath_init(struct ath_softc *);
992 return ath_init(sc);
1014 ath_init(struct ath_softc *sc) function in typeref:typename:int
1201 * basically a more efficient way of doing ath_stop, ath_init,
1496 ath_init(ifp->if_softc); /* XXX lose error */
4553 * ath_init.
5376 * do not call ath_init() here. Instead,
5391 error = ath_init(sc);
5441 error = ath_init(sc);

Completed in 31 milliseconds