Searched refs:rate_ctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | tx.c | 140 u16 rate_ctl; in mt7601u_push_txwi() local 152 rate_ctl = wcid->tx_rate; in mt7601u_push_txwi() 154 rate_ctl = mt76_mac_tx_rate_val(dev, rate, &nss); in mt7601u_push_txwi() 156 txwi->rate_ctl = cpu_to_le16(rate_ctl); in mt7601u_push_txwi() 183 pkt_id = mt7601u_tx_pktid_enc(dev, rate_ctl & 0x7, is_probe); in mt7601u_push_txwi()
|
H A D | mac.h | 111 __le16 rate_ctl; member
|
H A D | trace.h | 293 TP_printk(DEV_PR_FMT "skb:%p sta:%p flg:%04hx rate_ctl:%04hx " 297 le16_to_cpu(__entry->h.rate_ctl),
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/ |
H A D | tx.c | 140 u16 rate_ctl; in mt7601u_push_txwi() local 152 rate_ctl = wcid->tx_rate; in mt7601u_push_txwi() 154 rate_ctl = mt76_mac_tx_rate_val(dev, rate, &nss); in mt7601u_push_txwi() 156 txwi->rate_ctl = cpu_to_le16(rate_ctl); in mt7601u_push_txwi() 183 pkt_id = mt7601u_tx_pktid_enc(dev, rate_ctl & 0x7, is_probe); in mt7601u_push_txwi()
|
H A D | mac.h | 111 __le16 rate_ctl; member
|
H A D | trace.h | 293 TP_printk(DEV_PR_FMT "skb:%p sta:%p flg:%04hx rate_ctl:%04hx " 297 le16_to_cpu(__entry->h.rate_ctl),
|
Completed in 3 milliseconds