Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Drecv.c50 skb = bf->bf_mpdu; in ath_rx_buf_link()
125 skb = bf->bf_mpdu; in ath_rx_edma_buf_link()
181 if (bf->bf_mpdu) { in ath_rx_edma_cleanup()
185 dev_kfree_skb_any(bf->bf_mpdu); in ath_rx_edma_cleanup()
187 bf->bf_mpdu = NULL; in ath_rx_edma_cleanup()
230 bf->bf_mpdu = skb; in ath_rx_edma_init()
238 bf->bf_mpdu = NULL; in ath_rx_edma_init()
308 bf->bf_mpdu = skb; in ath_rx_init()
315 bf->bf_mpdu = NULL; in ath_rx_init()
344 skb = bf->bf_mpdu; in ath_rx_cleanup()
[all …]
Dbeacon.c75 struct sk_buff *skb = bf->bf_mpdu; in ath9k_beacon_setup()
129 skb = bf->bf_mpdu; in ath9k_beacon_generate()
135 bf->bf_mpdu = NULL; in ath9k_beacon_generate()
142 bf->bf_mpdu = skb; in ath9k_beacon_generate()
158 bf->bf_mpdu = NULL; in ath9k_beacon_generate()
231 if (bf && bf->bf_mpdu) { in ath9k_beacon_remove_slot()
232 struct sk_buff *skb = bf->bf_mpdu; in ath9k_beacon_remove_slot()
236 bf->bf_mpdu = NULL; in ath9k_beacon_remove_slot()
Dxmit.c141 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
287 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
386 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
415 fi = get_frame_info(bf->bf_mpdu); in ath_tx_count_frames()
452 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
528 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
550 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr()
582 bf->bf_mpdu, in ath_tx_complete_aggr()
659 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(bf->bf_mpdu); in bf_is_ampdu_not_probing()
682 info = IEEE80211_SKB_CB(bf->bf_mpdu); in ath_tx_process_buffer()
[all …]
Dath9k.h189 struct sk_buff *bf_mpdu; member
224 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
Ddebug.c791 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()
Dmain.c2127 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()