Lines Matching refs:phy2
338 mphy = dev->mt76.phy2; in mt7915_mac_fill_rx()
932 if (ext_phy && dev->mt76.phy2) in mt7915_mac_write_txwi()
933 mphy = dev->mt76.phy2; in mt7915_mac_write_txwi()
1151 struct mt76_phy *mphy_ext = mdev->phy2; in mt7915_mac_tx_free()
1391 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7915_mac_reset_counters()
1551 if (!dev->mt76.phy2) in mt7915_update_beacons()
1554 ieee80211_iterate_active_interfaces(dev->mt76.phy2->hw, in mt7915_update_beacons()
1556 mt7915_update_vif_beacon, dev->mt76.phy2->hw); in mt7915_update_beacons()
1562 struct mt76_phy *mphy_ext = dev->mt76.phy2; in mt7915_dma_reset()
1633 struct mt7915_phy *phy2; in mt7915_mac_reset_work() local
1638 ext_phy = dev->mt76.phy2; in mt7915_mac_reset_work()
1639 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_reset_work()
1652 if (phy2) { in mt7915_mac_reset_work()
1653 set_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1654 cancel_delayed_work_sync(&phy2->mt76->mac_work); in mt7915_mac_reset_work()
1678 if (phy2) in mt7915_mac_reset_work()
1679 clear_bit(MT76_RESET, &phy2->mt76->state); in mt7915_mac_reset_work()
1709 if (phy2) in mt7915_mac_reset_work()
1711 &phy2->mt76->mac_work, in mt7915_mac_reset_work()