Home
last modified time | relevance | path

Searched refs:mt76_rates (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dinit.c70 for (i = 0; i < ARRAY_SIZE(mt76_rates); i++) { in mt7925_mac_init_basic_rates()
71 u16 rate = mt76_rates[i].hw_value; in mt7925_mac_init_basic_rates()
166 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7925_init_work()
167 ARRAY_SIZE(mt76_rates)); in mt7925_init_work()
H A Dmain.c836 for (i = 0; i < ARRAY_SIZE(mt76_rates); i++) in mt7925_get_rates_table()
837 if ((mt76_rates[i].hw_value & GENMASK(7, 0)) == idx) in mt7925_get_rates_table()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dpci_init.c93 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7615_register_device()
94 ARRAY_SIZE(mt76_rates)); in mt7615_register_device()
H A Dusb_sdio.c329 err = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7663_usb_sdio_register_device()
330 ARRAY_SIZE(mt76_rates)); in mt7663_usb_sdio_register_device()
H A Dinit.c597 ret = mt76_register_phy(mphy, true, mt76_rates, in mt7615_register_ext_phy()
598 ARRAY_SIZE(mt76_rates)); in mt7615_register_ext_phy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c251 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7921_init_work()
252 ARRAY_SIZE(mt76_rates)); in mt7921_init_work()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c590 for (i = 0; i < ARRAY_SIZE(mt76_rates); i++) { in mt7996_mac_init_basic_rates()
591 u16 rate = mt76_rates[i].hw_value; in mt7996_mac_init_basic_rates()
743 ret = mt76_register_phy(mphy, true, mt76_rates, in mt7996_register_phy()
744 ARRAY_SIZE(mt76_rates)); in mt7996_register_phy()
1728 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7996_register_device()
1729 ARRAY_SIZE(mt76_rates)); in mt7996_register_device()
H A Dmain.c774 for (i = 0; i < ARRAY_SIZE(mt76_rates); i++) in mt7996_get_rates_table()
775 if ((mt76_rates[i].hw_value & GENMASK(7, 0)) == idx) in mt7996_get_rates_table()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c746 ret = mt76_register_phy(mphy, true, mt76_rates, in mt7915_register_ext_phy()
747 ARRAY_SIZE(mt76_rates)); in mt7915_register_ext_phy()
1285 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7915_register_device()
1286 ARRAY_SIZE(mt76_rates)); in mt7915_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dinit.c553 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7603_register_device()
554 ARRAY_SIZE(mt76_rates)); in mt7603_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c347 if (rateidx >= ARRAY_SIZE(mt76_rates)) in mt76_connac2_mac_tx_rate_val()
350 rateidx = mt76_rates[rateidx].hw_value; in mt76_connac2_mac_tx_rate_val()
H A Dmac80211.c168 struct ieee80211_rate mt76_rates[] = { variable
182 EXPORT_SYMBOL_GPL(mt76_rates);
H A Dmt76.h1175 extern struct ieee80211_rate mt76_rates[12];