Home
last modified time | relevance | path

Searched refs:is_8023 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c734 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7925_mac_write_txwi() local
813 if (is_8023) in mt7925_mac_write_txwi()
846 bool is_8023; in mt7925_tx_check_aggr() local
857 is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7925_tx_check_aggr()
859 if (is_8023) { in mt7925_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c903 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_mac_write_txwi() local
985 else if (is_8023 || !ieee80211_is_mgmt(hdr->frame_control)) in mt7996_mac_write_txwi()
991 if (is_8023) in mt7996_mac_write_txwi()
1054 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_tx_prepare_skb() local
1065 if ((is_8023 || ieee80211_is_data_qos(hdr->frame_control)) && sta->mlo && in mt7996_tx_prepare_skb()
1134 if (!is_8023 || pid >= MT_PACKET_ID_FIRST) in mt7996_tx_prepare_skb()
1184 if (!is_8023 || pid >= MT_PACKET_ID_FIRST) in mt7996_tx_prepare_skb()
1190 if (!is_8023 && mt7996_tx_use_mgmt(dev, tx_info->skb)) in mt7996_tx_prepare_skb()
1244 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt7996_tx_check_aggr() local
1254 if (is_8023) { in mt7996_tx_check_aggr()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c506 bool is_8023 = info->flags & IEEE80211_TX_CTL_HW_80211_ENCAP; in mt76_connac2_mac_write_txwi() local
580 if (is_8023) in mt76_connac2_mac_write_txwi()