Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Ddata_tx.c380 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
392 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_inner()
530 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in wfx_tx_confirm_cb()
H A Dqueue.c119 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) in wfx_tx_queues_put()
H A Dtraces.h413 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mac.c110 if (tx_info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM && in rt2x00mac_tx()
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h814 IEEE80211_TX_CTL_SEND_AFTER_DTIM = BIT(5), enumerator
882 IEEE80211_TX_CTL_SEND_AFTER_DTIM | IEEE80211_TX_CTL_AMPDU | \
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/p54/
H A Dtxrx.c727 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in p54_tx_80211_header()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c422 else if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in iwlagn_tx_skb()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A Dtx.c1005 if (unlikely(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM)) in carl9170_tx_prepare()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1141 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in iwl_mvm_tx_mpdu()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.c2271 info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM){ in ssv6xxx_update_txinfo()
2576 info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM ) in _ssv6xxx_tx()
2595 if (info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM) { in _ssv6xxx_tx()
/OK3568_Linux_fs/kernel/net/mac80211/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c1721 WARN_ON_ONCE(info->flags & IEEE80211_TX_CTL_SEND_AFTER_DTIM); in il4965_tx_skb()