Searched refs:mphy_ext (Results 1 – 3 of 3) sorted by relevance
/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() 1941 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7615_update_survey() local 1949 if (mphy_ext) in mt7615_update_survey() 1950 mt7615_phy_update_channel(mphy_ext, 1); in mt7615_update_survey() 1955 if (mphy_ext) in mt7615_update_survey() 1956 mt76_update_survey_active_time(mphy_ext, cur_time); in mt7615_update_survey()
|
/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() 1290 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() local 1296 if (!mphy_ext) in mt7915_update_beacons() 1299 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7915_update_beacons() 1301 mt7915_update_vif_beacon, mphy_ext->hw); in mt7915_update_beacons() 1307 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_dma_reset() local 1334 if (mphy_ext) in mt7915_dma_reset() [all …]
|