Searched refs:mt76_rates (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | init.c | 70 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 D | main.c | 836 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 D | pci_init.c | 93 ret = mt76_register_device(&dev->mt76, true, mt76_rates, in mt7615_register_device() 94 ARRAY_SIZE(mt76_rates)); in mt7615_register_device()
|
| H A D | usb_sdio.c | 329 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 D | init.c | 597 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 D | init.c | 251 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 D | init.c | 590 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 D | main.c | 774 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 D | init.c | 746 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 D | init.c | 553 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 D | mt76_connac_mac.c | 347 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 D | mac80211.c | 168 struct ieee80211_rate mt76_rates[] = { variable 182 EXPORT_SYMBOL_GPL(mt76_rates);
|
| H A D | mt76.h | 1175 extern struct ieee80211_rate mt76_rates[12];
|