Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_HW_80211_ENCAP (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtx.c140 ((info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) || in mt76_tx_status_skb_add()
349 !(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && in mt76_tx()
H A Dmt76_connac_mac.c493 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt76_connac2_mac_write_txwi()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_tx.c21 if (tx_info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) in ath12k_dp_tx_get_encap_type()
157 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && in ath12k_dp_tx()
H A Dmac.c4796 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP)) { in ath12k_mac_mgmt_tx_wmi()
4931 if (info_flags & IEEE80211_TX_CTL_HW_80211_ENCAP) { in ath12k_mac_op_tx()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_tx.c24 if (tx_info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) in ath11k_dp_tx_get_encap_type()
112 if (unlikely(!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && in ath11k_dp_tx()
H A Dmac.c6047 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP)) { in ath11k_mac_mgmt_tx_wmi()
6188 if (info_flags & IEEE80211_TX_CTL_HW_80211_ENCAP) { in ath11k_mac_op_tx()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h408 IEEE80211_TX_CTL_HW_80211_ENCAP = BIT(16), enumerator
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c840 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_mac_write_txwi()
945 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_tx_prepare_skb()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3725 if (IEEE80211_SKB_CB(skb)->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) in ath10k_mac_tx_h_get_txmode()
3897 if (info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) { in ath10k_mac_tx_h_fill_cb()
4067 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP)) in ath10k_mac_tx()
4699 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP)) { in ath10k_mac_op_tx()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmac.c805 if (!(info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP) && in mt7915_tx_prepare_skb()