Searched refs:ath_buf (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/net/wireless/ath/ath9k/ |
D | xmit.c | 54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf, 59 static void ath_tx_rc_status(struct ath_softc *sc, struct ath_buf *bf, 64 static struct ath_buf *ath_tx_setup_buffer(struct ath_softc *sc, 189 struct ath_buf *bf; in ath_tx_flush_tid() 278 struct ath_buf *bf; in ath_tid_drain() 312 struct ath_buf *bf = fi->bf; in ath_tx_set_retry() 328 static struct ath_buf *ath_tx_get_buffer(struct ath_softc *sc) in ath_tx_get_buffer() 330 struct ath_buf *bf = NULL; in ath_tx_get_buffer() 339 bf = list_first_entry(&sc->tx.txbuf, struct ath_buf, list); in ath_tx_get_buffer() 348 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer() [all …]
|
D | recv.c | 21 #define SKB_CB_ATHBUF(__skb) (*((struct ath_buf **)__skb->cb)) 74 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link() 107 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_relink() 151 struct ath_buf *bf; in ath_rx_edma_buf_link() 157 bf = list_first_entry(&sc->rx.rxbuf, struct ath_buf, list); in ath_rx_edma_buf_link() 177 struct ath_buf *bf, *tbf; in ath_rx_addbuffer_edma() 193 struct ath_buf *bf; in ath_rx_remove_buffer() 210 struct ath_buf *bf; in ath_rx_edma_cleanup() 243 struct ath_buf *bf; in ath_rx_edma_init() 255 size = sizeof(struct ath_buf) * nbufs; in ath_rx_edma_init() [all …]
|
D | ath9k.h | 107 struct ath_buf *dd_bufptr; 207 struct ath_buf *bf; 223 struct ath_buf { struct 225 struct ath_buf *bf_lastbf; /* last buf of this unit (a frame or argument 227 struct ath_buf *bf_next; /* next subframe in the aggregate */ argument 310 struct ath_buf *rx_bufptr; 313 struct ath_buf *buf_hold; 357 struct ath_buf *av_bcbuf;
|
D | debug.h | 25 struct ath_buf; 243 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, 261 struct ath_buf *bf, in ath_debug_stat_tx()
|
D | beacon.c | 71 struct ath_buf *bf, int rateidx) in ath_beacon_setup() 128 static struct ath_buf *ath_beacon_generate(struct ieee80211_hw *hw, in ath_beacon_generate() 133 struct ath_buf *bf; in ath_beacon_generate() 227 struct ath_buf *bf; in ath_beacon_alloc() 239 struct ath_buf, list); in ath_beacon_alloc() 327 struct ath_buf *bf; in ath_beacon_return() 357 struct ath_buf *bf = NULL; in ath_beacon_tasklet()
|
D | init.c | 328 struct ath_buf *bf; in ath_descdma_setup() 382 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup()
|
D | main.c | 2271 struct ath_buf *bf; in ath9k_tx_last_beacon()
|
D | debug.c | 780 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|