Home
last modified time | relevance | path

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

/Linux-v5.10/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()
281 memset(&txinfo->status.ack_signal, 0, 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-v5.10/drivers/net/wireless/realtek/rtlwifi/
Dusb.c767 struct ieee80211_tx_info *txinfo; in rtl_usb_cleanup() local
776 txinfo = IEEE80211_SKB_CB(_skb); in rtl_usb_cleanup()
777 ieee80211_tx_info_clear_status(txinfo); in rtl_usb_cleanup()
778 txinfo->flags |= IEEE80211_TX_STAT_ACK; in rtl_usb_cleanup()
846 struct ieee80211_tx_info *txinfo; in _usb_tx_post() local
850 txinfo = IEEE80211_SKB_CB(skb); in _usb_tx_post()
851 ieee80211_tx_info_clear_status(txinfo); in _usb_tx_post()
852 txinfo->flags |= IEEE80211_TX_STAT_ACK; in _usb_tx_post()
/Linux-v5.10/drivers/net/wireless/intersil/p54/
Dfwio.c704 struct ieee80211_tx_info *txinfo; in p54_fetch_statistics() local
724 txinfo = IEEE80211_SKB_CB(skb); in p54_fetch_statistics()
725 p54info = (void *) txinfo->rate_driver_data; in p54_fetch_statistics()
/Linux-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00dev.c415 struct ieee80211_tx_info txinfo = {}; in rt2x00lib_txdone_nomatch() local
450 rt2x00lib_fill_tx_status(rt2x00dev, &txinfo, skbdesc, txdesc, in rt2x00lib_txdone_nomatch()
452 ieee80211_tx_status_noskb(rt2x00dev->hw, skbdesc->sta, &txinfo); in rt2x00lib_txdone_nomatch()
/Linux-v5.10/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()