Lines Matching full:ext_phy

1142 	struct mt7915_phy *ext_phy = mt7915_ext_phy(dev);  in mt7915_mac_set_timing()  local
1155 if (ext_phy) in mt7915_mac_set_timing()
1157 ext_phy->coverage_class); in mt7915_mac_set_timing()
1306 struct mt76_phy *ext_phy; in mt7915_mac_restart() local
1310 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_restart()
1311 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1331 if (ext_phy) in mt7915_mac_restart()
1332 set_bit(MT76_RESET, &ext_phy->state); in mt7915_mac_restart()
1336 if (ext_phy) in mt7915_mac_restart()
1337 mt76_txq_schedule_all(ext_phy); in mt7915_mac_restart()
1409 if (ext_phy && test_bit(MT76_STATE_RUNNING, &ext_phy->state)) { in mt7915_mac_restart()
1410 ret = mt7915_run(ext_phy->hw); in mt7915_mac_restart()
1435 struct mt76_phy *ext_phy; in mt7915_mac_full_reset() local
1439 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_full_reset()
1440 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1447 if (ext_phy) in mt7915_mac_full_reset()
1448 ieee80211_stop_queues(ext_phy->hw); in mt7915_mac_full_reset()
1451 if (ext_phy) in mt7915_mac_full_reset()
1452 cancel_delayed_work_sync(&ext_phy->mac_work); in mt7915_mac_full_reset()
1479 if (ext_phy) in mt7915_mac_full_reset()
1480 ieee80211_restart_hw(ext_phy->hw); in mt7915_mac_full_reset()
1487 struct mt76_phy *ext_phy; in mt7915_mac_reset_work() local
1492 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_reset_work()
1493 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1525 if (ext_phy) in mt7915_mac_reset_work()
1526 ieee80211_stop_queues(ext_phy->hw); in mt7915_mac_reset_work()
1591 if (ext_phy) in mt7915_mac_reset_work()
1592 ieee80211_wake_queues(ext_phy->hw); in mt7915_mac_reset_work()
1601 ieee80211_queue_delayed_work(ext_phy->hw, in mt7915_mac_reset_work()