Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_rx.h45 #define ath_rxbuf_init(_sc, _bf) \ macro
53 extern int ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf);
H A Dif_ath_rx.c1199 ret = ath_rxbuf_init(sc, in ath_rx_proc()
1367 (void) ath_rxbuf_init(sc, bf); in ath_legacy_flush_rxholdbf()
1377 (void) ath_rxbuf_init(sc, bf); in ath_legacy_flush_rxholdbf()
1468 int error = ath_rxbuf_init(sc, bf); in ath_legacy_startrecv()