Lines Matching full:phy3

1084 	struct mt76_phy *phy3 = mdev->phys[MT_BAND2];  in mt7996_mac_tx_free()  local
1101 if (phy3) { in mt7996_mac_tx_free()
1102 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1103 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1485 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1501 if (phy3) in mt7996_mac_set_coverage_class()
1503 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1593 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1607 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1608 if (!phy3) in mt7996_update_beacons()
1611 ieee80211_iterate_active_interfaces(phy3->hw, in mt7996_update_beacons()
1613 mt7996_update_vif_beacon, phy3->hw); in mt7996_update_beacons()
1633 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart() local
1638 phy3 = mt7996_phy3(dev); in mt7996_mac_restart()
1658 if (phy3) { in mt7996_mac_restart()
1659 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1660 set_bit(MT76_MCU_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1667 if (phy3) in mt7996_mac_restart()
1668 mt76_txq_schedule_all(phy3->mt76); in mt7996_mac_restart()
1728 mt7996_init_txpower(phy3); in mt7996_mac_restart()
1743 if (phy3 && test_bit(MT76_STATE_RUNNING, &phy3->mt76->state)) { in mt7996_mac_restart()
1744 ret = mt7996_run(phy3->mt76->hw); in mt7996_mac_restart()
1754 if (phy3) in mt7996_mac_restart()
1755 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1769 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset() local
1773 phy3 = mt7996_phy3(dev); in mt7996_mac_full_reset()
1780 if (phy3) in mt7996_mac_full_reset()
1781 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1787 if (phy3) in mt7996_mac_full_reset()
1788 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1803 if (phy3) in mt7996_mac_full_reset()
1804 ieee80211_restart_hw(phy3->mt76->hw); in mt7996_mac_full_reset()
1809 if (phy3) in mt7996_mac_full_reset()
1810 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1820 if (phy3) in mt7996_mac_full_reset()
1821 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_full_reset()
1822 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1828 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work() local
1834 phy3 = mt7996_phy3(dev); in mt7996_mac_reset_work()
1876 if (phy3) in mt7996_mac_reset_work()
1877 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1889 if (phy3) { in mt7996_mac_reset_work()
1890 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1891 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1948 if (phy3) in mt7996_mac_reset_work()
1949 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1974 if (phy3) in mt7996_mac_reset_work()
1975 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1987 if (phy3) in mt7996_mac_reset_work()
1988 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_reset_work()
1989 &phy3->mt76->mac_work, in mt7996_mac_reset_work()