Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmac.h128 #define MT_TXWI_ACK_CTL_NSEQ BIT(1) macro
Dtx.c120 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt76x0_push_txwi()
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmac.h153 #define MT_TXWI_ACK_CTL_NSEQ BIT(1) macro
Dtx.c169 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt7601u_push_txwi()
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac.h133 #define MT_TXWI_ACK_CTL_NSEQ BIT(1) macro
Dmt76x2_mac_common.c438 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt76x2_mac_write_txwi()