Lines Matching full:phy2
205 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
213 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
228 if (phy2) { in mt7615_mac_reset_work()
229 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
230 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
231 del_timer_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
232 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
263 if (phy2) in mt7615_mac_reset_work()
264 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
292 if (phy2) in mt7615_mac_reset_work()
294 &phy2->mt76->mac_work, timeout); in mt7615_mac_reset_work()