Home
last modified time | relevance | path

Searched refs:bf_mpdu (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dbeacon.c66 struct sk_buff *skb = bf->bf_mpdu; in ath_beacon_setup()
152 skb = bf->bf_mpdu; in ath_beacon_generate()
163 bf->bf_mpdu = skb; in ath_beacon_generate()
185 bf->bf_mpdu = NULL; in ath_beacon_generate()
266 if (bf->bf_mpdu != NULL) { in ath_beacon_alloc()
267 skb = bf->bf_mpdu; in ath_beacon_alloc()
271 bf->bf_mpdu = NULL; in ath_beacon_alloc()
309 bf->bf_mpdu = skb; in ath_beacon_alloc()
314 bf->bf_mpdu = NULL; in ath_beacon_alloc()
335 if (bf->bf_mpdu != NULL) { in ath_beacon_return()
[all …]
Dxmit.c166 fi = get_frame_info(bf->bf_mpdu); in ath_tx_flush_tid()
236 fi = get_frame_info(bf->bf_mpdu); in ath_tid_drain()
299 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
327 fi = get_frame_info(bf->bf_mpdu); in ath_tx_count_frames()
361 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
432 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
446 ath_tx_set_retry(sc, txq, bf->bf_mpdu); in ath_tx_complete_aggr()
583 skb = bf->bf_mpdu; in ath_lookup_rate()
648 struct sk_buff *skb = bf->bf_mpdu; in ath_compute_num_delims()
654 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_compute_num_delims()
[all …]
Drecv.c59 skb = bf->bf_mpdu; in ath_rx_buf_link()
126 skb = bf->bf_mpdu; in ath_rx_edma_buf_link()
186 if (bf->bf_mpdu) in ath_rx_edma_cleanup()
187 dev_kfree_skb_any(bf->bf_mpdu); in ath_rx_edma_cleanup()
236 bf->bf_mpdu = skb; in ath_rx_edma_init()
244 bf->bf_mpdu = NULL; in ath_rx_edma_init()
326 bf->bf_mpdu = skb; in ath_rx_init()
333 bf->bf_mpdu = NULL; in ath_rx_init()
363 skb = bf->bf_mpdu; in ath_rx_cleanup()
370 bf->bf_mpdu = NULL; in ath_rx_cleanup()
[all …]
Dath9k.h227 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
Ddebug.c793 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()