ath_buf           114 dev/ic/ath.c   int	ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
ath_buf           117 dev/ic/ath.c   	    struct ath_buf *, struct mbuf *);
ath_buf           147 dev/ic/ath.c   void	ath_printrxbuf(struct ath_buf *, int);
ath_buf           148 dev/ic/ath.c   void	ath_printtxbuf(struct ath_buf *, int);
ath_buf           897 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          1300 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          1406 dev/ic/ath.c   	struct ath_buf *bf = sc->sc_bcbuf;
ath_buf          1434 dev/ic/ath.c   	struct ath_buf *bf = sc->sc_bcbuf;
ath_buf          1573 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          1615 dev/ic/ath.c   	bsize = sizeof(struct ath_buf) * (ATH_TXBUF + ATH_RXBUF + 1);
ath_buf          1694 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          1748 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          1804 dev/ic/ath.c   ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
ath_buf          1885 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          2101 dev/ic/ath.c       struct ath_buf *bf, struct mbuf *m0)
ath_buf          2489 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          2581 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          2650 dev/ic/ath.c   		struct ath_buf *bf;
ath_buf          2673 dev/ic/ath.c   	struct ath_buf *bf;
ath_buf          3177 dev/ic/ath.c   ath_printrxbuf(struct ath_buf *bf, int done)
ath_buf          3193 dev/ic/ath.c   ath_printtxbuf(struct ath_buf *bf, int done)
ath_buf           177 dev/ic/athvar.h struct ath_buf {
ath_buf           178 dev/ic/athvar.h 	TAILQ_ENTRY(ath_buf)		bf_list;
ath_buf           270 dev/ic/athvar.h 	TAILQ_HEAD(, ath_buf)	sc_rxbuf;	/* receive buffer */
ath_buf           277 dev/ic/athvar.h 	TAILQ_HEAD(, ath_buf)	sc_txbuf;	/* transmit buffer */
ath_buf           281 dev/ic/athvar.h 	TAILQ_HEAD(, ath_buf)	sc_txq;		/* transmitting queue */
ath_buf           288 dev/ic/athvar.h 	struct ath_buf		*sc_bcbuf;	/* beacon buffer */
ath_buf           289 dev/ic/athvar.h 	struct ath_buf		*sc_bufptr;	/* allocated buffer ptr */