Lines Matching full:phy2
1311 struct mt7915_phy *phy2; in mt7915_mac_restart() local
1317 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart()
1406 mt7915_init_txpower(phy2); in mt7915_mac_restart()
1424 if (phy2) in mt7915_mac_restart()
1425 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()
1477 if (phy2) in mt7915_mac_full_reset()
1478 phy2->omac_mask = 0; in mt7915_mac_full_reset()
1494 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1501 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1540 if (phy2) { in mt7915_mac_reset_work()
1541 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1542 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1576 if (phy2) in mt7915_mac_reset_work()
1577 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1608 if (phy2) in mt7915_mac_reset_work()
1610 &phy2->mt76->mac_work, in mt7915_mac_reset_work()