Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c203 tx_info = IEEE80211_SKB_CB(bf->bf_mpdu); in ath_set_rates()
206 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates()
319 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw()
341 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw()
443 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
506 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
574 skb = bf->bf_mpdu; in ath_tx_complete_aggr()
596 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr()
628 bf->bf_mpdu, in ath_tx_complete_aggr()
703 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(bf->bf_mpdu); in bf_is_ampdu_not_probing()
[all …]
H A Dath9k.h191 struct sk_buff *bf_mpdu; member
226 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
H A Dmain.c837 if (bf->bf_state.stale || !bf->bf_mpdu) in ath9k_txq_list_has_key()
840 txinfo = IEEE80211_SKB_CB(bf->bf_mpdu); in ath9k_txq_list_has_key()
2276 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()