Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]
Dxmit.c198 tx_info = IEEE80211_SKB_CB(bf->bf_mpdu); in ath_set_rates()
201 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
315 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
338 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
441 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
503 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
571 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
593 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr()
625 bf->bf_mpdu, in ath_tx_complete_aggr()
700 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(bf->bf_mpdu); in bf_is_ampdu_not_probing()
[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.h189 struct sk_buff *bf_mpdu; member
224 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
Dmain.c838 if (bf->bf_state.stale || !bf->bf_mpdu) in ath9k_txq_list_has_key()
841 txinfo = IEEE80211_SKB_CB(bf->bf_mpdu); in ath9k_txq_list_has_key()
2276 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()
Ddebug.c838 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()