/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H 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()
|
H A D | mac.c | 359 phy2 = dev->mt76.phys[MT_BAND1] ? dev->mt76.phys[MT_BAND1]->priv : NULL; in mt7615_mac_fill_rx() 505 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_fill_rx() 749 if (phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mac_write_txwi() 750 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_write_txwi() 1378 if (sta->wcid.phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_fill_txs() 1379 phy = dev->mt76.phys[MT_BAND1]->priv; in mt7615_fill_txs() 1421 if (sta->wcid.phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_fill_txs() 1422 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_fill_txs() 1529 if (wcid->phy_idx && dev->mt76.phys[MT_BAND1]) in mt7615_mac_add_txs() 1530 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_add_txs() [all …]
|
H 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() 451 if (*seq_num & BIT(7) && dev->mt76.phys[MT_BAND1]) in mt7615_mcu_scan_event() 452 mphy = dev->mt76.phys[MT_BAND1]; in mt7615_mcu_scan_event() 477 if (event->dbdc_band && dev->mt76.phys[MT_BAND1]) in mt7615_mcu_roc_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() [all...] |
H A D | init.c | 547 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7615_ops, MT_BAND1); in mt7615_register_ext_phy() 603 struct mt76_phy *mphy = dev->mt76.phys[MT_BAND1]; in mt7615_unregister_ext_phy()
|
H A D | mt7615.h | 343 struct mt76_phy *phy = dev->mt76.phys[MT_BAND1]; in mt7615_ext_phy()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | eeprom.c | 119 case MT_BAND1: in mt7996_eeprom_parse_band_config() 157 case MT_BAND1: in mt7996_eeprom_parse_hw_cap()
|
H A D | init.c | 339 if (band != MT_BAND1 && band != MT_BAND2) in mt7996_register_phy() 342 if ((band == MT_BAND1 && !dev->dbdc_support) || in mt7996_register_phy() 912 ret = mt7996_register_phy(dev, mt7996_phy2(dev), MT_BAND1); in mt7996_register_device() 932 mt7996_unregister_phy(mt7996_phy2(dev), MT_BAND1); in mt7996_unregister_device()
|
H A D | dma.c | 372 struct mt76_phy *phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_dma_reset()
|
H A D | mt7996.h | 309 return __mt7996_phy(dev, MT_BAND1); in mt7996_phy2()
|
H A D | mac.c | 1070 struct mt76_phy *phy2 = mdev->phys[MT_BAND1]; in mt7996_mac_tx_free() 1562 phy2 = dev->mt76.phys[MT_BAND1]; in mt7996_update_beacons()
|
H A D | mcu.c | 2555 mt7996_add_rx_airtime_tlv(skb, MT_BAND1); in mt7996_mcu_init_rx_airtime()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 494 if (phy_idx && dev->phys[MT_BAND1]) in mt76_connac2_mac_write_txwi() 495 mphy = dev->phys[MT_BAND1]; in mt76_connac2_mac_write_txwi() 641 if (wcid->phy_idx == MT_BAND1 && dev->phys[MT_BAND1]) in mt76_connac2_mac_fill_txs() 642 mphy = dev->phys[MT_BAND1]; in mt76_connac2_mac_fill_txs()
|
H A D | mt76.h | 115 MT_BAND1, enumerator 1141 if ((phy_idx == MT_BAND1 && dev->phys[phy_idx]) || in mt76_dev_phy()
|
H A D | tx.c | 804 phy = dev->phys[MT_BAND1]; in __mt76_set_tx_blocked()
|
H A D | mac80211.c | 1414 if (phy->band_idx == MT_BAND1) in mt76_sta_add()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.c | 301 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_fill_rx() 732 if (phy_idx && dev->phys[MT_BAND1]) in mt7915_mac_write_txwi() 733 mphy = dev->phys[MT_BAND1]; in mt7915_mac_write_txwi() 849 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7915_mac_tx_free_prepare() 1298 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() 1320 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_restart() 1445 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_full_reset() 1499 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_reset_work()
|
H A D | mcu.c | 240 if (c->band_idx > MT_BAND1) in mt7915_mcu_rx_csa_notify() 244 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_csa_notify() 245 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_csa_notify() 263 if (t->ctrl.band_idx > MT_BAND1) in mt7915_mcu_rx_thermal_notify() 267 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_thermal_notify() 268 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_thermal_notify() 286 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_radar_detected() 287 mphy = dev->mt76.phys[MT_BAND1]; in mt7915_mcu_rx_radar_detected() 343 if (b->band_idx > MT_BAND1) in mt7915_mcu_rx_bcc_notify() 347 dev->mt76.phys[MT_BAND1]) in mt7915_mcu_rx_bcc_notify() [all...] |
H A D | init.c | 636 mphy = mt76_alloc_phy(&dev->mt76, sizeof(*phy), &mt7915_ops, MT_BAND1); in mt7915_alloc_ext_phy() 1159 struct mt76_phy *mphy = dev->mt76.phys[MT_BAND1]; in mt7915_unregister_ext_phy()
|
H A D | mt7915.h | 370 struct mt76_phy *phy = dev->mt76.phys[MT_BAND1]; in mt7915_ext_phy()
|
H A D | dma.c | 608 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_dma_reset()
|