Searched refs:MT_BAND1 (Results 1 – 20 of 20) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | pci_mac.c | 82 if (phy_idx && mdev->phys[MT_BAND1]) in mt7615_tx_prepare_skb() 83 phy = mdev->phys[MT_BAND1]->priv; in mt7615_tx_prepare_skb() 186 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7615_update_beacons() 209 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_reset_work()
|
A D | mac.c | 359 phy2 = dev->mt76.phys[MT_BAND1] ? dev->mt76.phys[MT_BAND1]->priv : NULL; in mt7615_mac_fill_rx() 504 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_fill_rx() 753 if (phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mac_write_txwi() 754 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_write_txwi() 1407 if (sta->wcid.phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_fill_txs() 1408 phy = dev->mt76.phys[MT_BAND1]->priv; in mt7615_fill_txs() 1450 if (sta->wcid.phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_fill_txs() 1451 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_fill_txs() 1558 if (wcid->phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mac_add_txs() 1559 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_add_txs() [all …]
|
A D | mcu.c | 372 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_rx_csa_notify() 391 if (r->band_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mcu_rx_radar_detected() 392 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_rx_radar_detected() 452 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_scan_event() 478 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_roc_event() 502 if (band_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mcu_beacon_loss_event() 503 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_beacon_loss_event() 523 if (band_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mcu_bss_event() 524 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_bss_event() 2330 .dbdc_en = !!dev->mt76.phys[MT_BAND1], in mt7615_mcu_apply_rx_dcoc() [all …]
|
A D | init.c | 541 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7615_ops, MT_BAND1); in mt7615_register_ext_phy() 597 struct mt76_phy *mphy = dev->mt76.phys[MT_BAND1]; in mt7615_unregister_ext_phy()
|
A D | mt7615.h | 348 struct mt76_phy *phy = dev->mt76.phys[MT_BAND1]; in mt7615_ext_phy()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/ |
A D | eeprom.c | 119 case MT_BAND1: in mt7996_eeprom_parse_band_config() 161 case MT_BAND1: in mt7996_eeprom_parse_hw_cap()
|
A D | init.c | 313 if (band != MT_BAND1 && band != MT_BAND2) in mt7996_register_phy() 316 if ((band == MT_BAND1 && !dev->dbdc_support) || in mt7996_register_phy() 881 ret = mt7996_register_phy(dev, mt7996_phy2(dev), MT_BAND1); in mt7996_register_device() 895 mt7996_unregister_phy(mt7996_phy2(dev), MT_BAND1); in mt7996_unregister_device()
|
A D | mt7996.h | 363 return __mt7996_phy(dev, MT_BAND1); in mt7996_phy2()
|
A D | mac.c | 1226 struct mt76_phy *phy2 = mdev->phys[MT_BAND1]; in mt7996_mac_tx_free() 1739 phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_update_beacons() 1759 struct mt76_phy *phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_dma_reset()
|
A D | mcu.c | 2517 mt7996_add_rx_airtime_tlv(skb, MT_BAND1); in mt7996_mcu_init_rx_airtime()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mt76_connac_mac.c | 475 if (phy_idx && dev->phys[MT_BAND1]) in mt76_connac2_mac_write_txwi() 476 mphy = dev->phys[MT_BAND1]; in mt76_connac2_mac_write_txwi() 608 if (wcid->phy_idx == MT_BAND1 && dev->phys[MT_BAND1]) in mt76_connac2_mac_fill_txs() 609 mphy = dev->phys[MT_BAND1]; in mt76_connac2_mac_fill_txs()
|
A D | mt76.h | 114 MT_BAND1, enumerator 1018 if ((phy_idx == MT_BAND1 && dev->phys[phy_idx]) || in mt76_dev_phy()
|
A D | tx.c | 718 phy = dev->phys[MT_BAND1]; in __mt76_set_tx_blocked()
|
A D | mac80211.c | 1392 if (phy->band_idx == MT_BAND1) in mt76_sta_add()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | mmio.c | 565 phy = dev->mt76.phys[MT_BAND1] ? dev->mt76.phys[MT_BAND1]->priv : NULL; in mt7915_mmio_wed_offload_enable() 590 phy = dev->mt76.phys[MT_BAND1] ? dev->mt76.phys[MT_BAND1]->priv : NULL; in mt7915_mmio_wed_offload_disable()
|
A D | mac.c | 305 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_fill_rx() 735 if (phy_idx && dev->phys[MT_BAND1]) in mt7915_mac_write_txwi() 736 mphy = dev->phys[MT_BAND1]; in mt7915_mac_write_txwi() 920 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7915_mac_tx_free_prepare() 1350 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() 1386 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_restart() 1500 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_full_reset() 1549 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_reset_work()
|
A D | mcu.c | 235 if (c->band_idx > MT_BAND1) in mt7915_mcu_rx_csa_notify() 239 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_csa_notify() 240 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_csa_notify() 258 if (t->ctrl.band_idx > MT_BAND1) in mt7915_mcu_rx_thermal_notify() 262 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_thermal_notify() 263 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_thermal_notify() 277 if (r->band_idx > MT_BAND1) in mt7915_mcu_rx_radar_detected() 281 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_radar_detected() 282 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_radar_detected() 338 if (b->band_idx > MT_BAND1) in mt7915_mcu_rx_bcc_notify() [all …]
|
A D | init.c | 612 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7915_ops, MT_BAND1); in mt7915_alloc_ext_phy() 1147 struct mt76_phy *mphy = dev->mt76.phys[MT_BAND1]; in mt7915_unregister_ext_phy()
|
A D | mt7915.h | 427 struct mt76_phy *phy = dev->mt76.phys[MT_BAND1]; in mt7915_ext_phy()
|
A D | dma.c | 586 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_dma_reset()
|
Completed in 70 milliseconds