Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dath.c111 int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
1691 ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf) in ath_rxbuf_init() function
1971 } while (ath_rxbuf_init(sc, bf) == 0); in ath_rx_proc()
2549 int error = ath_rxbuf_init(sc, bf); in ath_startrecv()