Lines Matching full:phy3
1109 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local
1130 if (phy3) { in mt7996_mac_tx_free()
1131 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1132 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1514 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1530 if (phy3) in mt7996_mac_set_coverage_class()
1532 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1622 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1636 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1637 if (!phy3) in mt7996_update_beacons()
1640 ieee80211_iterate_active_interfaces(phy3->hw, in mt7996_update_beacons()
1642 mt7996_update_vif_beacon, phy3->hw); in mt7996_update_beacons()
1662 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart() local
1667 phy3 = mt7996_phy3(dev); in mt7996_mac_restart()
1685 if (phy3) in mt7996_mac_restart()
1686 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1692 if (phy3) in mt7996_mac_restart()
1693 mt76_txq_schedule_all(phy3->mt76); in mt7996_mac_restart()
1753 mt7996_init_txpower(phy3); in mt7996_mac_restart()
1768 if (phy3 && test_bit(MT76_STATE_RUNNING, &phy3->mt76->state)) { in mt7996_mac_restart()
1769 ret = mt7996_run(phy3); in mt7996_mac_restart()
1779 if (phy3) in mt7996_mac_restart()
1780 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1794 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset() local
1798 phy3 = mt7996_phy3(dev); in mt7996_mac_full_reset()
1805 if (phy3) in mt7996_mac_full_reset()
1806 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1812 if (phy3) in mt7996_mac_full_reset()
1813 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1828 if (phy3) in mt7996_mac_full_reset()
1829 ieee80211_restart_hw(phy3->mt76->hw); in mt7996_mac_full_reset()
1834 if (phy3) in mt7996_mac_full_reset()
1835 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1845 if (phy3) in mt7996_mac_full_reset()
1846 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_full_reset()
1847 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1853 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work() local
1859 phy3 = mt7996_phy3(dev); in mt7996_mac_reset_work()
1901 if (phy3) in mt7996_mac_reset_work()
1902 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1914 if (phy3) { in mt7996_mac_reset_work()
1915 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1916 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1973 if (phy3) in mt7996_mac_reset_work()
1974 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1999 if (phy3) in mt7996_mac_reset_work()
2000 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
2012 if (phy3) in mt7996_mac_reset_work()
2013 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_reset_work()
2014 &phy3->mt76->mac_work, in mt7996_mac_reset_work()