Home
last modified time | relevance | path

Searched refs:ath_buf (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/dev/ath/
Dif_ath_misc.h53 extern struct ath_buf * ath_getbuf(struct ath_softc *sc);
54 extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc);
Dif_athrate.h131 struct ath_buf;
133 const struct ath_buf *);
Dif_ath_debug.h78 extern void ath_printrxbuf(struct ath_softc *, const struct ath_buf *bf,
80 extern void ath_printtxbuf(struct ath_softc *, const struct ath_buf *bf,
Dif_athvar.h84 struct ath_buf;
91 struct ath_buf *an_ff_buf[WME_NUM_AC]; /* ff staging area */
111 struct ath_buf { struct
112 STAILQ_ENTRY(ath_buf) bf_list;
126 typedef STAILQ_HEAD(, ath_buf) ath_bufhead; argument
141 struct ath_buf *dd_bufptr; /* associated buffers */
162 STAILQ_HEAD(, ath_buf) axq_q; /* transmit queue */
187 ((struct ath_buf *)(void *) \
188 ((char *)((_tq)->axq_q.stqh_last) - __offsetof(struct ath_buf, bf_list)))
193 struct ath_buf *av_bcbuf; /* beacon buffer */
Dif_ath_tx.c115 struct ath_buf *bf, *next; in ath_txfrag_cleanup()
137 struct ath_buf *bf; in ath_txfrag_setup()
171 ath_tx_dmasetup(struct ath_softc *sc, struct ath_buf *bf, struct mbuf *m0) in ath_tx_dmasetup()
229 ath_tx_chaindesclist(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) in ath_tx_chaindesclist()
260 ath_tx_handoff(struct ath_softc *sc, struct ath_txq *txq, struct ath_buf *bf) in ath_tx_handoff()
354 struct ath_buf *last = ATH_TXQ_LAST(txq); in ath_tx_handoff()
492 ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, in ath_tx_start()
874 struct ath_buf *bf, struct mbuf *m0, in ath_tx_raw_start()
1069 struct ath_buf *bf; in ath_raw_xmit()
Dif_ath_debug.c100 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, in ath_printrxbuf()
126 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *bf, in ath_printtxbuf()
Dif_ath.c147 static void ath_beacon_setup(struct ath_softc *, struct ath_buf *);
149 static struct ath_buf *ath_beacon_generate(struct ath_softc *,
152 static void ath_beacon_return(struct ath_softc *, struct ath_buf *);
164 static int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
1788 struct ath_buf *
1791 struct ath_buf *bf; in _ath_getbuf_locked()
1808 struct ath_buf *
1811 struct ath_buf *bf; in ath_getbuf()
1831 struct ath_buf *bf; in ath_start()
2243 struct ath_buf *bf; in ath_beacon_alloc()
[all …]
Dif_ath_tx_ht.h35 struct ieee80211_node *ni, struct ath_buf *bf,
Dif_ath_tx.h40 struct ath_buf *bf, struct mbuf *m0);
Dif_ath_tx_ht.c203 ath_buf_set_rate(struct ath_softc *sc, struct ieee80211_node *ni, struct ath_buf *bf, in ath_buf_set_rate()
/freebsd-9-stable/sys/dev/ath/ath_rate/onoe/
Donoe.c163 const struct ath_buf *bf) in ath_rate_tx_complete()
/freebsd-9-stable/sys/dev/ath/ath_rate/amrr/
Damrr.c156 const struct ath_buf *bf) in ath_rate_tx_complete()
/freebsd-9-stable/sys/dev/ath/ath_rate/sample/
Dsample.c594 const struct ath_buf *bf) in ath_rate_tx_complete()