Searched refs:ath_buf (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath_misc.h | 53 extern struct ath_buf * ath_getbuf(struct ath_softc *sc); 54 extern struct ath_buf * _ath_getbuf_locked(struct ath_softc *sc);
|
| D | if_athrate.h | 131 struct ath_buf; 133 const struct ath_buf *);
|
| D | if_ath_debug.h | 78 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,
|
| D | if_athvar.h | 84 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 */
|
| D | if_ath_tx.c | 115 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()
|
| D | if_ath_debug.c | 100 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()
|
| D | if_ath.c | 147 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 …]
|
| D | if_ath_tx_ht.h | 35 struct ieee80211_node *ni, struct ath_buf *bf,
|
| D | if_ath_tx.h | 40 struct ath_buf *bf, struct mbuf *m0);
|
| D | if_ath_tx_ht.c | 203 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/ |
| D | onoe.c | 163 const struct ath_buf *bf) in ath_rate_tx_complete()
|
| /freebsd-9-stable/sys/dev/ath/ath_rate/amrr/ |
| D | amrr.c | 156 const struct ath_buf *bf) in ath_rate_tx_complete()
|
| /freebsd-9-stable/sys/dev/ath/ath_rate/sample/ |
| D | sample.c | 594 const struct ath_buf *bf) in ath_rate_tx_complete()
|