Symbol: ath_buf
sys/dev/ic/ath.c
1259
struct ath_buf *bf;
sys/dev/ic/ath.c
1281
struct ath_buf *bf;
sys/dev/ic/ath.c
1309
struct ath_buf *bf;
sys/dev/ic/ath.c
151
static void ath_beacon_setup(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
163
static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
175
struct ath_buf *, struct mbuf *);
sys/dev/ic/ath.c
2160
struct ath_buf *bf;
sys/dev/ic/ath.c
2197
ath_beacon_setup(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
2291
struct ath_buf *bf = STAILQ_FIRST(&sc->sc_bbuf);
sys/dev/ic/ath.c
2438
struct ath_buf *bf;
sys/dev/ic/ath.c
2648
struct ath_buf *bf;
sys/dev/ic/ath.c
266
static void ath_printrxbuf(struct ath_buf *bf, int);
sys/dev/ic/ath.c
267
static void ath_printtxbuf(struct ath_buf *bf, int);
sys/dev/ic/ath.c
2704
bsize = sizeof(struct ath_buf) * nbuf;
sys/dev/ic/ath.c
2739
struct ath_buf *bf;
sys/dev/ic/ath.c
2861
ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
3040
struct ath_buf *bf;
sys/dev/ic/ath.c
3609
ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf,
sys/dev/ic/ath.c
4115
struct ath_buf *bf;
sys/dev/ic/ath.c
4338
struct ath_buf *bf;
sys/dev/ic/ath.c
4431
struct ath_buf *bf;
sys/dev/ic/ath.c
4455
struct ath_buf *bf;
sys/dev/ic/ath.c
5231
ath_printrxbuf(struct ath_buf *bf, int done)
sys/dev/ic/ath.c
5249
ath_printtxbuf(struct ath_buf *bf, int done)
sys/dev/ic/athvar.h
116
STAILQ_ENTRY(ath_buf) bf_list;
sys/dev/ic/athvar.h
128
typedef STAILQ_HEAD(, ath_buf) ath_bufhead;
sys/dev/ic/athvar.h
142
struct ath_buf *dd_bufptr; /* associated buffers */
sys/dev/ic/athvar.h
159
STAILQ_HEAD(, ath_buf) axq_q; /* transmit queue */
sys/dev/ic/athvar.h
164
struct ath_buf *axq_linkbuf; /* va of last buffer */