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",
|