Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
187 bf->bf_mpdu = NULL; in ath_rx_edma_cleanup()
230 bf->bf_mpdu = skb; 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()
351 bf->bf_mpdu = NULL; in ath_rx_cleanup()
772 if (!bf->bf_mpdu) in ath_get_next_rx_buf()
[all …]
H A Dxmit.c447 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()
633 bf->bf_mpdu, in ath_tx_complete_aggr()
786 skb = bf->bf_mpdu; in ath_lookup_legacy()
812 skb = bf->bf_mpdu; in ath_lookup_rate()
1051 skb = bf->bf_mpdu; in ath_tx_form_aggr()
1192 skb = bf->bf_mpdu; in ath_get_rate_txpower()
1280 skb = bf->bf_mpdu; in ath_buf_set_rate()
2246 bf->bf_mpdu = skb; in ath_tx_setup_buffer()
[all …]
H A 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()
H A Dath9k.h190 struct sk_buff *bf_mpdu; member
225 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()
2275 if (!bf || !bf->bf_mpdu) in ath9k_tx_last_beacon()
H A Ddebug.c818 sc->debug.stats.txstats[qnum].tx_bytes_all += bf->bf_mpdu->len; in ath_debug_stat_tx()