Searched refs:mphy_ext (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 187 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7615_update_beacons() local 193 if (!mphy_ext) in mt7615_update_beacons() 196 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7615_update_beacons() 198 mt7615_update_vif_beacon, mphy_ext->hw); in mt7615_update_beacons()
|
| H A D | mac.c | 1930 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7615_update_survey() local 1938 if (mphy_ext) in mt7615_update_survey() 1939 mt7615_phy_update_channel(mphy_ext, 1); in mt7615_update_survey() 1944 if (mphy_ext) in mt7615_update_survey() 1945 mt76_update_survey_active_time(mphy_ext, cur_time); in mt7615_update_survey()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | mac.c | 836 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7915_mac_tx_free_prepare() local 841 if (mphy_ext) { in mt7915_mac_tx_free_prepare() 842 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_PSD], false); in mt7915_mac_tx_free_prepare() 843 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_BE], false); in mt7915_mac_tx_free_prepare() 1275 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() local 1281 if (!mphy_ext) in mt7915_update_beacons() 1284 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7915_update_beacons() 1286 mt7915_update_vif_beacon, mphy_ext->hw); in mt7915_update_beacons()
|