Searched refs:bf_mpdu (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | beacon.c | 75 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()
|
H A D | recv.c | 50 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...] |
H A D | xmit.c | 160 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() [all...] |
H A D | ath9k.h | 189 struct sk_buff *bf_mpdu; member 224 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
|
H A D | main.c | 838 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() 2281 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()
|
H A D | debug.c | 789 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | beacon.c | 75 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()
|
H A D | xmit.c | 204 tx_info = IEEE80211_SKB_CB(bf->bf_mpdu); in ath_set_rates() 207 ieee80211_get_tx_rates(vif, sta, bf->bf_mpdu, bf->rates, in ath_set_rates() 321 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_update_baw() 344 struct ath_frame_info *fi = get_frame_info(bf->bf_mpdu); in ath_tx_addto_baw() 447 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf() 511 skb = bf->bf_mpdu; in ath_tx_complete_aggr() 579 skb = bf->bf_mpdu; in ath_tx_complete_aggr() 601 ath_tx_set_retry(sc, txq, bf->bf_mpdu, in ath_tx_complete_aggr() 633 bf->bf_mpdu, in ath_tx_complete_aggr() [all...] |
H A D | recv.c | 50 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...] |
H A D | ath9k.h | 190 struct sk_buff *bf_mpdu; member 225 struct sk_buff *bf_mpdu; /* enclosing frame structure */ member
|
H A D | main.c | 838 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()
|
H A D | debug.c | 818 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()
|
Completed in 33 milliseconds