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