Searched refs:mt7603_mac_tx_rate_val (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c690 mt7603_mac_tx_rate_val(struct mt7603_dev *dev, function
792 val[0] = mt7603_mac_tx_rate_val(dev, &rates[0], stbc, &bw);
796 probe_val = mt7603_mac_tx_rate_val(dev, probe_rate, stbc, &bw);
808 val[1] = mt7603_mac_tx_rate_val(dev, &rates[1], stbc, &bw);
814 val[2] = mt7603_mac_tx_rate_val(dev, &rates[2], stbc, &bw);
820 val[3] = mt7603_mac_tx_rate_val(dev, &rates[3], stbc, &bw);
998 u16 rateval = mt7603_mac_tx_rate_val(dev, rate, stbc, &bw);

Completed in 107 milliseconds