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

  /src/sys/dev/ic/
ath.c 163 static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
2862 ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) function in typeref:typename:int
3309 } while (ath_rxbuf_init(sc, bf) == 0);
4460 int error = ath_rxbuf_init(sc, bf);
4463 "%s: ath_rxbuf_init failed %d\n",

Completed in 14 milliseconds