Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/wfx/
Ddata_tx.c376 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
388 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
522 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in wfx_tx_confirm_cb()
Dqueue.c119 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_queues_put()
Dtraces.h413 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)
/Linux-v5.10/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-v5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00mac.c110 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM && in rt2x00mac_tx()
/Linux-v5.10/include/net/
Dmac80211.h811 IEEE80211_TX_CTL_SEND_AFTER_DTIM = BIT(5), enumerator
879 IEEE80211_TX_CTL_SEND_AFTER_DTIM | IEEE80211_TX_CTL_AMPDU | \
/Linux-v5.10/drivers/net/wireless/intersil/p54/
Dtxrx.c727 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in p54_tx_80211_header()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c422 else if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in iwlagn_tx_skb()
/Linux-v5.10/drivers/net/wireless/ath/carl9170/
Dtx.c1005 if (unlikely(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)) in carl9170_tx_prepare()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c1135 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in iwl_mvm_tx_mpdu()
/Linux-v5.10/net/mac80211/
Dtx.c448 info->flags |= IEEE80211_TX_CTL_SEND_AFTER_DTIM; in ieee80211_tx_h_multicast_ps_buf()
1261 if ((info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) || in ieee80211_get_txq()
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D4965-mac.c1721 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in il4965_tx_skb()