Home
last modified time | relevance | path

Searched refs:txinfo (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/carl9170/
Dtx.c266 struct ieee80211_tx_info *txinfo; in carl9170_tx_release() local
270 txinfo = container_of((void *) arinfo, struct ieee80211_tx_info, in carl9170_tx_release()
272 skb = container_of((void *) txinfo, struct sk_buff, cb); in carl9170_tx_release()
283 memset_after(&txinfo->status, 0, rates); in carl9170_tx_release()
288 if (txinfo->flags & IEEE80211_TX_CTL_AMPDU) { in carl9170_tx_release()
292 if (txinfo->flags & IEEE80211_TX_STAT_AMPDU) { in carl9170_tx_release()
296 txinfo->status.ampdu_len = super->s.rix; in carl9170_tx_release()
297 txinfo->status.ampdu_ack_len = super->s.cnt; in carl9170_tx_release()
298 } else if ((txinfo->flags & IEEE80211_TX_STAT_ACK) && in carl9170_tx_release()
299 !(txinfo->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) { in carl9170_tx_release()
[all …]
Ddebug.c288 struct ieee80211_tx_info *txinfo = IEEE80211_SKB_CB(skb); in carl9170_debugfs_format_frame() local
289 struct carl9170_tx_info *arinfo = (void *) txinfo->rate_driver_data; in carl9170_debugfs_format_frame()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/
Dusb.c746 struct ieee80211_tx_info *txinfo; in rtl_usb_cleanup() local
755 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
756 ieee80211_tx_info_clear_status(txinfo); in rtl_usb_cleanup()
757 txinfo->flags |= IEEE80211_TX_STAT_ACK; in rtl_usb_cleanup()
826 struct ieee80211_tx_info *txinfo; in _usb_tx_post() local
830 txinfo = IEEE80211_SKB_CB(skb); in _usb_tx_post()
831 ieee80211_tx_info_clear_status(txinfo); in _usb_tx_post()
832 txinfo->flags |= IEEE80211_TX_STAT_ACK; in _usb_tx_post()
/Linux-v6.6/drivers/net/wireless/intersil/p54/
Dfwio.c702 struct ieee80211_tx_info *txinfo; in p54_fetch_statistics() local
722 txinfo = IEEE80211_SKB_CB(skb); in p54_fetch_statistics()
723 p54info = (void *) txinfo->rate_driver_data; in p54_fetch_statistics()
/Linux-v6.6/drivers/net/wireless/ralink/rt2x00/
Drt2x00dev.c414 struct ieee80211_tx_info txinfo = {}; in rt2x00lib_txdone_nomatch() local
449 rt2x00lib_fill_tx_status(rt2x00dev, &txinfo, skbdesc, txdesc, in rt2x00lib_txdone_nomatch()
451 ieee80211_tx_status_noskb(rt2x00dev->hw, skbdesc->sta, &txinfo); in rt2x00lib_txdone_nomatch()
/Linux-v6.6/net/mac80211/
Dmesh_hwmp.c299 struct ieee80211_tx_info *txinfo = st->info; in ieee80211s_update_metric() local
303 failed = !(txinfo->flags & IEEE80211_TX_STAT_ACK); in ieee80211s_update_metric()
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dmain.c834 struct ieee80211_tx_info *txinfo; in ath9k_txq_list_has_key() local
841 txinfo = IEEE80211_SKB_CB(bf->bf_mpdu); in ath9k_txq_list_has_key()
842 fi = (struct ath_frame_info *)&txinfo->status.status_driver_data[0]; in ath9k_txq_list_has_key()