Lines Matching full:phy2
121 if (dev->mt76.phy2) in mt7615_mac_reset_counters()
122 dev->mt76.phy2->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters()
257 struct mt7615_phy *phy2 = dev->mt76.phy2 ? dev->mt76.phy2->priv : NULL; in mt7615_mac_fill_rx() local
275 if (!phy2) in mt7615_mac_fill_rx()
277 else if (phy2->chfreq == phy->chfreq) in mt7615_mac_fill_rx()
281 else if (phy2->chfreq == chfreq) in mt7615_mac_fill_rx()
404 int first_chain = ffs(phy2->mt76->chainmask) - 1; in mt7615_mac_fill_rx()
410 if (phy_idx == 1 && phy2) { in mt7615_mac_fill_rx()
411 mphy = dev->mt76.phy2; in mt7615_mac_fill_rx()
412 phy = phy2; in mt7615_mac_fill_rx()
642 if (ext_phy && dev->mt76.phy2) in mt7615_mac_write_txwi()
643 mphy = dev->mt76.phy2; in mt7615_mac_write_txwi()
1332 if (sta->wcid.ext_phy && dev->mt76.phy2) in mt7615_fill_txs()
1333 phy = dev->mt76.phy2->priv; in mt7615_fill_txs()
1375 if (sta->wcid.ext_phy && dev->mt76.phy2) in mt7615_fill_txs()
1376 mphy = dev->mt76.phy2; in mt7615_fill_txs()
1486 if (wcid->ext_phy && dev->mt76.phy2) in mt7615_mac_add_txs()
1487 mphy = dev->mt76.phy2; in mt7615_mac_add_txs()
1872 if (mdev->phy2) in mt7615_update_survey()
1873 mt7615_phy_update_channel(mdev->phy2, 1); in mt7615_update_survey()
1878 if (mdev->phy2) in mt7615_update_survey()
1879 mt76_update_survey_active_time(mdev->phy2, cur_time); in mt7615_update_survey()