Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dtx.c167 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ; in mt7601u_push_txwi()
169 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt7601u_push_txwi()
178 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt7601u_push_txwi()
Dmac.h121 u8 ack_ctl; member
Dtrace.h306 __entry->h.ack_ctl, __entry->h.wcid,
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dtx.c110 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ; in mt76x0_push_txwi()
120 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt76x0_push_txwi()
134 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt76x0_push_txwi()
Dmac.h98 u8 ack_ctl; member
Dtrace.h219 __entry->h.ack_ctl, __entry->h.wcid,
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_mac.h141 u8 ack_ctl; member
Dmt76x2_mac_common.c436 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ; in mt76x2_mac_write_txwi()
438 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt76x2_mac_write_txwi()
448 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt76x2_mac_write_txwi()