Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_SEND_AFTER_DTIM (Results 1 – 14 of 14) sorted by relevance

/linux-6.12.1/drivers/net/wireless/silabs/wfx/
Ddata_tx.c400 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
405 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
537 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in wfx_tx_confirm_cb()
Dqueue.c122 else if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_queues_put()
Dtraces.h409 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)
/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dpio.c465 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in pio_tx_frame()
499 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in b43_pio_tx()
Ddma.c1271 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in dma_tx_fragment()
1348 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in b43_dma_tx()
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c110 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM && in rt2x00mac_tx()
/linux-6.12.1/drivers/net/wireless/intersil/p54/
Dtxrx.c723 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in p54_tx_80211_header()
/linux-6.12.1/include/net/
Dmac80211.h944 IEEE80211_TX_CTL_SEND_AFTER_DTIM = BIT(5), enumerator
1046 IEEE80211_TX_CTL_SEND_AFTER_DTIM | IEEE80211_TX_CTL_AMPDU | \
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c418 else if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in iwlagn_tx_skb()
/linux-6.12.1/drivers/net/wireless/ath/carl9170/
Dtx.c1007 if (unlikely(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)) in carl9170_tx_prepare()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1274 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in iwl_mvm_tx_mpdu()
/linux-6.12.1/net/mac80211/
Dtx.c430 info->flags |= IEEE80211_TX_CTL_SEND_AFTER_DTIM; in ieee80211_tx_h_multicast_ps_buf()
1303 if ((info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) || in ieee80211_get_txq()
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcore.c927 desc_info->hiq = info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM; in rtw89_core_tx_update_desc_info()
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c1722 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in il4965_tx_skb()