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

/freebsd-13-stable/sys/dev/ath/
H A 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);
H A Dif_ath_rx.c1204 ret = ath_rxbuf_init(sc,
1377 (void) ath_rxbuf_init(sc, bf);
1387 (void) ath_rxbuf_init(sc, bf);
1478 int error = ath_rxbuf_init(sc, bf);
1481 "%s: ath_rxbuf_init failed %d\n",

Completed in 113 milliseconds