Lines Matching full:phy3
1173 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local
1190 if (phy3) { in mt7996_mac_tx_free()
1191 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1192 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1570 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1586 if (phy3) in mt7996_mac_set_coverage_class()
1588 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1678 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1692 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1693 if (!phy3) in mt7996_update_beacons()
1696 ieee80211_iterate_active_interfaces(phy3->hw, in mt7996_update_beacons()
1698 mt7996_update_vif_beacon, phy3->hw); in mt7996_update_beacons()
1718 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart() local
1723 phy3 = mt7996_phy3(dev); in mt7996_mac_restart()
1741 if (phy3) in mt7996_mac_restart()
1742 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1748 if (phy3) in mt7996_mac_restart()
1749 mt76_txq_schedule_all(phy3->mt76); in mt7996_mac_restart()
1809 mt7996_init_txpower(phy3); in mt7996_mac_restart()
1824 if (phy3 && test_bit(MT76_STATE_RUNNING, &phy3->mt76->state)) { in mt7996_mac_restart()
1825 ret = mt7996_run(phy3); in mt7996_mac_restart()
1835 if (phy3) in mt7996_mac_restart()
1836 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1850 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset() local
1854 phy3 = mt7996_phy3(dev); in mt7996_mac_full_reset()
1861 if (phy3) in mt7996_mac_full_reset()
1862 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1868 if (phy3) in mt7996_mac_full_reset()
1869 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1884 if (phy3) in mt7996_mac_full_reset()
1885 ieee80211_restart_hw(phy3->mt76->hw); in mt7996_mac_full_reset()
1890 if (phy3) in mt7996_mac_full_reset()
1891 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1901 if (phy3) in mt7996_mac_full_reset()
1902 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_full_reset()
1903 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1909 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work() local
1915 phy3 = mt7996_phy3(dev); in mt7996_mac_reset_work()
1957 if (phy3) in mt7996_mac_reset_work()
1958 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1970 if (phy3) { in mt7996_mac_reset_work()
1971 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1972 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
2029 if (phy3) in mt7996_mac_reset_work()
2030 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
2055 if (phy3) in mt7996_mac_reset_work()
2056 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
2068 if (phy3) in mt7996_mac_reset_work()
2069 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_reset_work()
2070 &phy3->mt76->mac_work, in mt7996_mac_reset_work()