Lines Matching full:phy2
1315 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1321 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1425 if (phy2) in mt7915_mac_restart()
1426 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_restart()
1442 struct mt7915_phy *phy2; in mt7915_mac_full_reset() local
1446 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_full_reset()
1476 if (phy2) in mt7915_mac_full_reset()
1477 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1493 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1500 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1545 if (phy2) { in mt7915_mac_reset_work()
1546 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1547 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1578 if (phy2) in mt7915_mac_reset_work()
1579 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1607 if (phy2) in mt7915_mac_reset_work()
1609 &phy2->mt76->mac_work, in mt7915_mac_reset_work()