Searched refs:mphy_ext (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | pci_mac.c | 186 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7615_update_beacons() local 192 if (!mphy_ext) in mt7615_update_beacons() 195 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7615_update_beacons() 197 mt7615_update_vif_beacon, mphy_ext->hw); in mt7615_update_beacons()
|
D | mac.c | 112 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7615_mac_reset_counters() local 122 if (mphy_ext) in mt7615_mac_reset_counters() 123 mphy_ext->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters() 1963 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7615_update_survey() local 1971 if (mphy_ext) in mt7615_update_survey() 1972 mt7615_phy_update_channel(mphy_ext, 1); in mt7615_update_survey() 1977 if (mphy_ext) in mt7615_update_survey() 1978 mt76_update_survey_active_time(mphy_ext, cur_time); in mt7615_update_survey()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mac.c | 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() [all …]
|