Lines Matching refs:phy2
202 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
210 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
225 if (phy2) { in mt7615_mac_reset_work()
226 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
227 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
228 del_timer_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
229 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
260 if (phy2) in mt7615_mac_reset_work()
261 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
289 if (phy2) in mt7615_mac_reset_work()
291 &phy2->mt76->mac_work, timeout); in mt7615_mac_reset_work()