sys/dev/ic/ath.c
111
int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
114
struct ath_buf *, struct mbuf *);
sys/dev/ic/ath.c
1188
struct ath_buf *bf;
sys/dev/ic/ath.c
1294
struct ath_buf *bf = sc->sc_bcbuf;
sys/dev/ic/ath.c
1322
struct ath_buf *bf = sc->sc_bcbuf;
sys/dev/ic/ath.c
145
void ath_printrxbuf(struct ath_buf *, int);
sys/dev/ic/ath.c
146
void ath_printtxbuf(struct ath_buf *, int);
sys/dev/ic/ath.c
1461
struct ath_buf *bf;
sys/dev/ic/ath.c
1503
bsize = sizeof(struct ath_buf) * (ATH_TXBUF + ATH_RXBUF + 1);
sys/dev/ic/ath.c
1581
struct ath_buf *bf;
sys/dev/ic/ath.c
1635
struct ath_buf *bf;
sys/dev/ic/ath.c
1691
ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
1774
struct ath_buf *bf;
sys/dev/ic/ath.c
1987
struct ath_buf *bf, struct mbuf *m0)
sys/dev/ic/ath.c
2362
struct ath_buf *bf;
sys/dev/ic/ath.c
2453
struct ath_buf *bf;
sys/dev/ic/ath.c
2522
struct ath_buf *bf;
sys/dev/ic/ath.c
2545
struct ath_buf *bf;
sys/dev/ic/ath.c
3054
ath_printrxbuf(struct ath_buf *bf, int done)
sys/dev/ic/ath.c
3070
ath_printtxbuf(struct ath_buf *bf, int done)
sys/dev/ic/ath.c
793
struct ath_buf *bf;
sys/dev/ic/athvar.h
178
TAILQ_ENTRY(ath_buf) bf_list;
sys/dev/ic/athvar.h
259
TAILQ_HEAD(, ath_buf) sc_rxbuf; /* receive buffer */
sys/dev/ic/athvar.h
266
TAILQ_HEAD(, ath_buf) sc_txbuf; /* transmit buffer */
sys/dev/ic/athvar.h
267
TAILQ_HEAD(, ath_buf) sc_txq; /* transmitting queue */
sys/dev/ic/athvar.h
271
struct ath_buf *sc_bcbuf; /* beacon buffer */
sys/dev/ic/athvar.h
272
struct ath_buf *sc_bufptr; /* allocated buffer ptr */