Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dxmit.c96 IEEE80211_TX_STATUS_EOSP)) { in ath_tx_status()
639 if (tx_info->flags & IEEE80211_TX_STATUS_EOSP) { in ath_tx_complete_aggr()
640 tx_info->flags &= ~IEEE80211_TX_STATUS_EOSP; in ath_tx_complete_aggr()
975 IEEE80211_TX_STATUS_EOSP); in ath_tx_get_tid_subframe()
1749 info->flags |= IEEE80211_TX_STATUS_EOSP; in ath9k_release_buffered_frames()
/linux-6.12.1/net/mac80211/
Dsta_info.c1833 IEEE80211_TX_STATUS_EOSP | in ieee80211_send_null_response()
2056 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
2080 info->flags |= IEEE80211_TX_STATUS_EOSP | in ieee80211_sta_ps_deliver_response()
Dstatus.c975 if (info->flags & IEEE80211_TX_STATUS_EOSP) in __ieee80211_tx_status()
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dtx.c397 info->flags |= IEEE80211_TX_STATUS_EOSP | in mt76_queue_ps_skb()
/linux-6.12.1/include/net/
Dmac80211.h966 IEEE80211_TX_STATUS_EOSP = BIT(28), enumerator
1051 IEEE80211_TX_CTL_STBC | IEEE80211_TX_STATUS_EOSP)
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1236 info->flags &= ~IEEE80211_TX_STATUS_EOSP; in iwl_mvm_tx_mpdu()