Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_TX_OFFCHAN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtxrx.c18 if (likely(!(info->flags & IEEE80211_TX_CTL_TX_OFFCHAN))) in ath10k_report_offchan_tx()
H A Dhtt_tx.c1158 if (info->flags & IEEE80211_TX_CTL_TX_OFFCHAN) { in ath10k_htt_tx_get_vdev_id()
1447 if (unlikely(info->flags & IEEE80211_TX_CTL_TX_OFFCHAN)) in ath10k_htt_tx_32()
1652 if (unlikely(info->flags & IEEE80211_TX_CTL_TX_OFFCHAN)) in ath10k_htt_tx_64()
H A Dmac.c4079 if (!noque_offchan && info->flags & IEEE80211_TX_CTL_TX_OFFCHAN) { in ath10k_mac_tx()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h396 IEEE80211_TX_CTL_TX_OFFCHAN = BIT(4), enumerator
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c31 if (rtwvif->offchan && !(flags & IEEE80211_TX_CTL_TX_OFFCHAN) && sta) { in rtw89_ops_tx()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c788 IEEE80211_TX_CTL_TX_OFFCHAN; in iwl_mvm_tx_skb_non_sta()
H A Dmac80211.c827 IEEE80211_TX_CTL_TX_OFFCHAN; in iwl_mvm_mac_itxq_xmit()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c693 (info->flags & IEEE80211_TX_CTL_TX_OFFCHAN)) in ath11k_wmi_mgmt_get_freq()