Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dxmit.c160 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
274 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
297 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
400 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
462 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
530 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
552 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr()
584 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()
703 hdr = (struct ieee80211_hdr *) bf->bf_mpdu->data; in ath_tx_process_buffer()
[all …]
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()
159 bf->bf_mpdu = NULL; in ath9k_beacon_generate()
228 if (bf && bf->bf_mpdu) { in ath9k_beacon_remove_slot()
229 struct sk_buff *skb = bf->bf_mpdu; in ath9k_beacon_remove_slot()
233 bf->bf_mpdu = NULL; in ath9k_beacon_remove_slot()
Dath9k.h188 struct sk_buff *bf_mpdu; member
223 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
Ddebug.c789 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()
Dmain.c2165 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()