Lines Matching full:phy2
338 mphy = dev->mt76.phy2; in mt7915_mac_fill_rx()
922 if (ext_phy && dev->mt76.phy2) in mt7915_mac_write_txwi()
923 mphy = dev->mt76.phy2; in mt7915_mac_write_txwi()
1141 struct mt76_phy *mphy_ext = mdev->phy2; in mt7915_mac_tx_free()
1381 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7915_mac_reset_counters()
1541 if (!dev->mt76.phy2) in mt7915_update_beacons()
1544 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7915_update_beacons()
1546 mt7915_update_vif_beacon, dev->mt76.phy2->hw); in mt7915_update_beacons()
1552 struct mt76_phy *mphy_ext = dev->mt76.phy2; in mt7915_dma_reset()
1623 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1628 ext_phy = dev->mt76.phy2; in mt7915_mac_reset_work()
1629 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1642 if (phy2) { in mt7915_mac_reset_work()
1643 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1644 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1668 if (phy2) in mt7915_mac_reset_work()
1669 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1699 if (phy2) in mt7915_mac_reset_work()
1701 &phy2->mt76->mac_work, in mt7915_mac_reset_work()