Lines Matching full:phy3
1094 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local
1111 if (phy3) { in mt7996_mac_tx_free()
1112 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1113 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1498 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1514 if (phy3) in mt7996_mac_set_coverage_class()
1516 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1606 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1620 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1621 if (!phy3) in mt7996_update_beacons()
1624 ieee80211_iterate_active_interfaces(phy3->hw, in mt7996_update_beacons()
1626 mt7996_update_vif_beacon, phy3->hw); in mt7996_update_beacons()
1646 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart() local
1651 phy3 = mt7996_phy3(dev); in mt7996_mac_restart()
1669 if (phy3) in mt7996_mac_restart()
1670 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1676 if (phy3) in mt7996_mac_restart()
1677 mt76_txq_schedule_all(phy3->mt76); in mt7996_mac_restart()
1737 mt7996_init_txpower(phy3); in mt7996_mac_restart()
1752 if (phy3 && test_bit(MT76_STATE_RUNNING, &phy3->mt76->state)) { in mt7996_mac_restart()
1753 ret = mt7996_run(phy3->mt76->hw); in mt7996_mac_restart()
1763 if (phy3) in mt7996_mac_restart()
1764 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1778 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset() local
1782 phy3 = mt7996_phy3(dev); in mt7996_mac_full_reset()
1789 if (phy3) in mt7996_mac_full_reset()
1790 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1796 if (phy3) in mt7996_mac_full_reset()
1797 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1812 if (phy3) in mt7996_mac_full_reset()
1813 ieee80211_restart_hw(phy3->mt76->hw); in mt7996_mac_full_reset()
1818 if (phy3) in mt7996_mac_full_reset()
1819 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1829 if (phy3) in mt7996_mac_full_reset()
1830 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_full_reset()
1831 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1837 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work() local
1843 phy3 = mt7996_phy3(dev); in mt7996_mac_reset_work()
1885 if (phy3) in mt7996_mac_reset_work()
1886 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1898 if (phy3) { in mt7996_mac_reset_work()
1899 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1900 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1957 if (phy3) in mt7996_mac_reset_work()
1958 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1983 if (phy3) in mt7996_mac_reset_work()
1984 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1996 if (phy3) in mt7996_mac_reset_work()
1997 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_reset_work()
1998 &phy3->mt76->mac_work, in mt7996_mac_reset_work()