Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dtx.c81 u16 rate_ctl; in mt76x0_push_txwi() local
93 rate_ctl = wcid->tx_rate; in mt76x0_push_txwi()
96 rate_ctl = mt76x0_mac_tx_rate_val(dev, rate, &nss); in mt76x0_push_txwi()
100 txwi->rate_ctl = cpu_to_le16(rate_ctl); in mt76x0_push_txwi()
103 txwi->rate_ctl |= cpu_to_le16(MT_RXWI_RATE_LDPC); in mt76x0_push_txwi()
105 txwi->rate_ctl |= cpu_to_le16(MT_RXWI_RATE_STBC); in mt76x0_push_txwi()
Dmac.h97 __le16 rate_ctl; member
Dtrace.h218 le16_to_cpu(__entry->h.rate_ctl),
/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dtx.c148 u16 rate_ctl; in mt7601u_push_txwi() local
160 rate_ctl = wcid->tx_rate; in mt7601u_push_txwi()
162 rate_ctl = mt76_mac_tx_rate_val(dev, rate, &nss); in mt7601u_push_txwi()
164 txwi->rate_ctl = cpu_to_le16(rate_ctl); in mt7601u_push_txwi()
191 pkt_id = mt7601u_tx_pktid_enc(dev, rate_ctl & 0x7, is_probe); in mt7601u_push_txwi()
Dmac.h119 __le16 rate_ctl; member
Dtrace.h305 le16_to_cpu(__entry->h.rate_ctl),