Searched refs:ath_buf (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Ddebug.h24 struct ath_buf;
170 struct ath_buf *bf, struct ath_tx_status *ts);
207 struct ath_buf *bf,
H A Dxmit.c54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
59 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf);
60 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
62 static void ath_tx_rc_status(struct ath_buf *bf, struct ath_tx_status *ts,
146 struct ath_buf *bf;
156 bf = list_first_entry(&tid->buf_q, struct ath_buf, list);
187 struct ath_buf *bf)
217 struct ath_buf *bf;
228 bf = list_first_entry(&tid->buf_q, struct ath_buf, list);
244 struct ath_buf *b
[all...]
H A Drecv.c20 #define SKB_CB_ATHBUF(__skb) (*((struct ath_buf **)__skb->cb))
57 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf)
129 struct ath_buf *bf;
135 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list);
177 struct ath_buf *bf;
192 struct ath_buf *bf;
220 struct ath_buf *bf;
237 size = sizeof(struct ath_buf) * nbufs;
307 struct ath_buf *bf;
372 struct ath_buf *b
[all...]
H A Dath9k.h124 struct ath_buf *dd_bufptr;
234 struct ath_buf { struct
236 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or
238 struct ath_buf *bf_next; /* next subframe in the aggregate */
257 struct ath_buf *tx_buf[ATH_TID_MAX_BUFS];
318 struct ath_buf *rx_bufptr;
362 struct ath_buf *av_bcbuf;
H A Dbeacon.c64 struct ath_buf *bf, int rateidx)
107 static struct ath_buf *ath_beacon_generate(struct ieee80211_hw *hw,
113 struct ath_buf *bf;
208 struct ath_buf *bf;
219 struct ath_buf, list);
311 struct ath_buf *bf;
338 struct ath_buf *bf = NULL;
H A Dinit.c263 struct ath_buf *bf;
318 bsize = sizeof(struct ath_buf) * nbuf;
H A Ddebug.c677 struct ath_buf *bf, struct ath_tx_status *ts)

Completed in 288 milliseconds