Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dtx.c159 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ; in mt7601u_push_txwi()
161 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt7601u_push_txwi()
170 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt7601u_push_txwi()
H A Dmac.h113 u8 ack_ctl; member
H A Dtrace.h298 __entry->h.ack_ctl, __entry->h.wcid,
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.h138 u8 ack_ctl; member
H A Dmt76x02_mac.c410 txwi->ack_ctl |= MT_TXWI_ACK_CTL_REQ; in mt76x02_mac_write_txwi()
412 txwi->ack_ctl |= MT_TXWI_ACK_CTL_NSEQ; in mt76x02_mac_write_txwi()
421 txwi->ack_ctl |= FIELD_PREP(MT_TXWI_ACK_CTL_BA_WINDOW, ba_size); in mt76x02_mac_write_txwi()