Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/silabs/wfx/
H A 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()
H A Dqueue.c122 else if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_queues_put()
H A Dtraces.h409 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)
/linux/drivers/net/wireless/broadcom/b43/
H A 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()
H A 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/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c110 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM && in rt2x00mac_tx()
/linux/drivers/net/wireless/intersil/p54/
H A Dtxrx.c728 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in p54_tx_80211_header()
/linux/include/net/
H A Dmac80211.h887 * @IEEE80211_TX_CTL_SEND_AFTER_DTIM: send this frame after DTIM beacon
971 IEEE80211_TX_CTL_SEND_AFTER_DTIM = BIT(5), enumerator
1073 IEEE80211_TX_CTL_SEND_AFTER_DTIM | IEEE80211_TX_CTL_AMPDU | \
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c420 else if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in iwlagn_tx_skb()
/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c1006 if (unlikely(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)) in carl9170_tx_prepare()
/linux/net/mac80211/
H A Dtx.c420 info->flags |= IEEE80211_TX_CTL_SEND_AFTER_DTIM; in ieee80211_tx_h_multicast_ps_buf()
1301 if ((info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) || in ieee80211_get_txq()
/linux/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1725 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in il4965_tx_skb()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1056 desc_info->hiq = info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM; in rtw89_core_tx_update_desc_info()