Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_rx.h47 #define ath_rxbuf_init(_sc, _bf) \ macro
55 extern int ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf);
Dif_ath_rx.c1197 ret = ath_rxbuf_init(sc, in ath_rx_proc()
1365 (void) ath_rxbuf_init(sc, bf); in ath_legacy_flush_rxholdbf()
1375 (void) ath_rxbuf_init(sc, bf); in ath_legacy_flush_rxholdbf()
1466 int error = ath_rxbuf_init(sc, bf); in ath_legacy_startrecv()