Home
last modified time | relevance | path

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

/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()
128 skb = bf->bf_mpdu; in ath9k_beacon_generate()
134 bf->bf_mpdu = NULL; in ath9k_beacon_generate()
141 bf->bf_mpdu = skb; in ath9k_beacon_generate()
157 bf->bf_mpdu = NULL; in ath9k_beacon_generate()
230 if (bf && bf->bf_mpdu) { in ath9k_beacon_remove_slot()
231 struct sk_buff *skb = bf->bf_mpdu; in ath9k_beacon_remove_slot()
235 bf->bf_mpdu = NULL; in ath9k_beacon_remove_slot()
Dxmit.c152 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
298 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
397 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
426 fi = get_frame_info(bf->bf_mpdu); in ath_tx_count_frames()
463 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
539 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
561 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr()
593 bf->bf_mpdu, in ath_tx_complete_aggr()
670 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(bf->bf_mpdu); in bf_is_ampdu_not_probing()
693 info = IEEE80211_SKB_CB(bf->bf_mpdu); in ath_tx_process_buffer()
[all …]
Dath9k.h197 struct sk_buff *bf_mpdu; member
232 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
Ddebug.c899 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()
Dmain.c2068 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()