Lines Matching full:phy3
1070 struct mt76_phy *phy3 = mdev->phys[MT_BAND2]; in mt7996_mac_tx_free() local
1086 if (phy3) { in mt7996_mac_tx_free()
1087 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_PSD], false); in mt7996_mac_tx_free()
1088 mt76_queue_tx_cleanup(dev, phy3->q_tx[MT_TXQ_BE], false); in mt7996_mac_tx_free()
1447 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class() local
1463 if (phy3) in mt7996_mac_set_coverage_class()
1465 phy3->coverage_class); in mt7996_mac_set_coverage_class()
1555 struct mt76_phy *phy2, *phy3; in mt7996_update_beacons() local
1569 phy3 = dev->mt76.phys[MT_BAND2]; in mt7996_update_beacons()
1570 if (!phy3) in mt7996_update_beacons()
1573 ieee80211_iterate_active_interfaces(phy3->hw, in mt7996_update_beacons()
1575 mt7996_update_vif_beacon, phy3->hw); in mt7996_update_beacons()
1595 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart() local
1600 phy3 = mt7996_phy3(dev); in mt7996_mac_restart()
1620 if (phy3) { in mt7996_mac_restart()
1621 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1622 set_bit(MT76_MCU_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1629 if (phy3) in mt7996_mac_restart()
1630 mt76_txq_schedule_all(phy3->mt76); in mt7996_mac_restart()
1697 if (phy3 && test_bit(MT76_STATE_RUNNING, &phy3->mt76->state)) { in mt7996_mac_restart()
1698 ret = mt7996_run(phy3->mt76->hw); in mt7996_mac_restart()
1708 if (phy3) in mt7996_mac_restart()
1709 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_restart()
1723 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset() local
1727 phy3 = mt7996_phy3(dev); in mt7996_mac_full_reset()
1734 if (phy3) in mt7996_mac_full_reset()
1735 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1740 if (phy3) in mt7996_mac_full_reset()
1741 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_full_reset()
1756 if (phy3) in mt7996_mac_full_reset()
1757 ieee80211_restart_hw(phy3->mt76->hw); in mt7996_mac_full_reset()
1762 if (phy3) in mt7996_mac_full_reset()
1763 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_full_reset()
1773 if (phy3) in mt7996_mac_full_reset()
1774 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_full_reset()
1775 &phy3->mt76->mac_work, in mt7996_mac_full_reset()
1781 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work() local
1787 phy3 = mt7996_phy3(dev); in mt7996_mac_reset_work()
1822 if (phy3) in mt7996_mac_reset_work()
1823 ieee80211_stop_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1833 if (phy3) { in mt7996_mac_reset_work()
1834 set_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1835 cancel_delayed_work_sync(&phy3->mt76->mac_work); in mt7996_mac_reset_work()
1866 if (phy3) in mt7996_mac_reset_work()
1867 clear_bit(MT76_RESET, &phy3->mt76->state); in mt7996_mac_reset_work()
1888 if (phy3) in mt7996_mac_reset_work()
1889 ieee80211_wake_queues(phy3->mt76->hw); in mt7996_mac_reset_work()
1901 if (phy3) in mt7996_mac_reset_work()
1902 ieee80211_queue_delayed_work(phy3->mt76->hw, in mt7996_mac_reset_work()
1903 &phy3->mt76->mac_work, in mt7996_mac_reset_work()