Lines Matching refs:mphy_ext
859 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7915_mac_tx_free_prepare() local
864 if (mphy_ext) { in mt7915_mac_tx_free_prepare()
865 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_PSD], false); in mt7915_mac_tx_free_prepare()
866 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_BE], false); in mt7915_mac_tx_free_prepare()
1284 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() local
1290 if (!mphy_ext) in mt7915_update_beacons()
1293 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7915_update_beacons()
1295 mt7915_update_vif_beacon, mphy_ext->hw); in mt7915_update_beacons()
1301 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_dma_reset() local
1328 if (mphy_ext) in mt7915_dma_reset()
1329 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[i], true); in mt7915_dma_reset()