Home
last modified time | relevance | path

Searched refs:MT_TXWI_FLAGS_AMPDU (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmac.h113 #define MT_TXWI_FLAGS_AMPDU BIT(4) macro
Dtx.c130 txwi_flags |= MT_TXWI_FLAGS_AMPDU; in mt76x0_push_txwi()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmac.h138 #define MT_TXWI_FLAGS_AMPDU BIT(4) macro
Dtx.c181 cpu_to_le16(MT_TXWI_FLAGS_AMPDU | in mt7601u_push_txwi()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac.h123 #define MT_TXWI_FLAGS_AMPDU BIT(4) macro
Dmt76x2_mac_common.c450 txwi_flags |= MT_TXWI_FLAGS_AMPDU | in mt76x2_mac_write_txwi()