Searched refs:mphy_ext (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A 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()
|
A D | mac.c | 1976 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7615_update_survey() local 1984 if (mphy_ext) in mt7615_update_survey() 1985 mt7615_phy_update_channel(mphy_ext, 1); in mt7615_update_survey() 1990 if (mphy_ext) in mt7615_update_survey() 1991 mt76_update_survey_active_time(mphy_ext, cur_time); in mt7615_update_survey()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | dma.c | 586 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_dma_reset() local 593 if (mphy_ext) in mt7915_dma_reset() 594 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[i], true); in mt7915_dma_reset() 616 if (mphy_ext) in mt7915_dma_reset() 617 mt7915_dma_reset_tx_queue(dev, mphy_ext->q_tx[i]); in mt7915_dma_reset()
|
A D | mac.c | 920 struct mt76_phy *mphy_ext = mdev->phys[MT_BAND1]; in mt7915_mac_tx_free_prepare() local 925 if (mphy_ext) { in mt7915_mac_tx_free_prepare() 926 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_PSD], false); in mt7915_mac_tx_free_prepare() 927 mt76_queue_tx_cleanup(dev, mphy_ext->q_tx[MT_TXQ_BE], false); in mt7915_mac_tx_free_prepare() 1350 struct mt76_phy *mphy_ext = dev->mt76.phys[MT_BAND1]; in mt7915_update_beacons() local 1356 if (!mphy_ext) in mt7915_update_beacons() 1359 ieee80211_iterate_active_interfaces(mphy_ext->hw, in mt7915_update_beacons() 1361 mt7915_update_vif_beacon, mphy_ext->hw); in mt7915_update_beacons()
|
Completed in 14 milliseconds