Lines Matching full:phy2
151 if ((info->hw_queue & MT_TX_HW_QUEUE_EXT_PHY) && mdev->phy2) in mt7615_tx_prepare_skb()
152 phy = mdev->phy2->priv; in mt7615_tx_prepare_skb()
258 if (!dev->mt76.phy2) in mt7615_update_beacons()
261 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7615_update_beacons()
263 mt7615_update_vif_beacon, dev->mt76.phy2->hw); in mt7615_update_beacons()
268 struct mt7615_phy *phy2; in mt7615_mac_reset_work() local
274 ext_phy = dev->mt76.phy2; in mt7615_mac_reset_work()
275 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work()
290 if (phy2) { in mt7615_mac_reset_work()
291 set_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
292 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7615_mac_reset_work()
293 del_timer_sync(&phy2->roc_timer); in mt7615_mac_reset_work()
294 cancel_work_sync(&phy2->roc_work); in mt7615_mac_reset_work()
325 if (phy2) in mt7615_mac_reset_work()
326 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7615_mac_reset_work()
352 if (phy2) in mt7615_mac_reset_work()
354 &phy2->mt76->mac_work, timeout); in mt7615_mac_reset_work()