| /src/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | pci_mac.c | 206 struct mt76_phy *ext_phy; in mt7615_mac_reset_work() local 212 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7615_mac_reset_work() 213 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7615_mac_reset_work() 219 if (ext_phy) in mt7615_mac_reset_work() 220 ieee80211_stop_queues(ext_phy->hw); in mt7615_mac_reset_work() 237 if (ext_phy) in mt7615_mac_reset_work() 238 mt76_txq_schedule_all(ext_phy); in mt7615_mac_reset_work() 281 if (ext_phy) in mt7615_mac_reset_work() 282 ieee80211_wake_queues(ext_phy->hw); in mt7615_mac_reset_work() 295 ieee80211_queue_delayed_work(ext_phy->hw, in mt7615_mac_reset_work()
|
| H A D | mac.c | 141 bool ext_phy = phy != &dev->phy; in mt7615_mac_set_timing() local 158 if (ext_phy) { in mt7615_mac_set_timing() 180 mt76_wr(dev, MT_TMAC_ICR(ext_phy), in mt7615_mac_set_timing() 191 mt76_rmw_field(dev, MT_AGG_ACR(ext_phy), MT_AGG_ACR_CFEND_RATE, val); in mt7615_mac_set_timing() 192 if (ext_phy) in mt7615_mac_set_timing() 1687 bool ext_phy = phy != &dev->phy; in mt7615_mac_set_sensitivity() local 1691 mt76_rmw(dev, MT7663_WF_PHY_MIN_PRI_PWR(ext_phy), in mt7615_mac_set_sensitivity() 1695 mt76_rmw(dev, MT7663_WF_PHY_RXTD_CCK_PD(ext_phy), in mt7615_mac_set_sensitivity() 1696 MT_WF_PHY_PD_CCK_MASK(ext_phy), in mt7615_mac_set_sensitivity() 1697 MT_WF_PHY_PD_CCK(ext_phy, val)); in mt7615_mac_set_sensitivity() [all …]
|
| H A D | debugfs.c | 69 struct mt7615_phy *ext_phy; in mt7615_scs_set() local 75 ext_phy = mt7615_ext_phy(dev); in mt7615_scs_set() 76 if (ext_phy) in mt7615_scs_set() 77 mt7615_mac_set_scs(ext_phy, val); in mt7615_scs_set() 332 bool ext_phy = phy != &dev->phy; in mt7615_radio_read_phy() local 337 seq_printf(s, "Radio %d sensitivity: ofdm=%d cck=%d\n", ext_phy, in mt7615_radio_read_phy() 339 seq_printf(s, "Radio %d false CCA: ofdm=%d cck=%d\n", ext_phy, in mt7615_radio_read_phy()
|
| H A D | main.c | 186 bool ext_phy = phy != &dev->phy; in mt7615_add_interface() local 210 mvif->mt76.band_idx = ext_phy; in mt7615_add_interface() 213 if (ext_phy) in mt7615_add_interface() 288 bool ext_phy = phy != &dev->phy; in mt7615_set_channel() local 319 phy->chfreq = mt76_rr(dev, MT_CHFREQ(ext_phy)); in mt7615_set_channel() 995 bool ext_phy = phy != &dev->phy; in mt7615_set_antenna() local 1006 if (ext_phy) { in mt7615_set_antenna()
|
| H A D | mcu.c | 366 struct mt7615_phy *ext_phy = mt7615_ext_phy(dev); in mt7615_mcu_rx_csa_notify() local 375 if (ext_phy && ext_phy->omac_mask & BIT_ULL(c->omac_idx)) in mt7615_mcu_rx_csa_notify() 1832 struct mt7615_phy *ext_phy = mt7615_ext_phy(dev); in mt7615_mcu_set_dbdc() local 1845 .enable = !!ext_phy, in mt7615_mcu_set_dbdc() 1849 if (!ext_phy) in mt7615_mcu_set_dbdc() 1860 bool band = !!(ext_phy->omac_mask & BIT_ULL(i)); in mt7615_mcu_set_dbdc() 1866 bool band = !!(ext_phy->omac_mask & BIT_ULL(0x11 + i)); in mt7615_mcu_set_dbdc()
|
| H A D | mt7615.h | 468 void mt7615_mac_enable_nf(struct mt7615_dev *dev, bool ext_phy);
|
| /src/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | mac.c | 1176 struct mt7915_phy *ext_phy = mt7915_ext_phy(dev); in mt7915_mac_set_timing() local 1189 if (ext_phy) in mt7915_mac_set_timing() 1191 ext_phy->coverage_class); in mt7915_mac_set_timing() 1340 struct mt76_phy *ext_phy; in mt7915_mac_restart() local 1344 ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_mac_restart() 1345 phy2 = ext_phy ? ext_phy->priv : NULL; in mt7915_mac_restart() 1365 if (ext_phy) in mt7915_mac_restart() 1366 set_bit(MT76_RESET, &ext_phy->state); in mt7915_mac_restart() 1370 if (ext_phy) in mt7915_mac_restart() 1371 mt76_txq_schedule_all(ext_phy); in mt7915_mac_restart() [all …]
|
| H A D | main.c | 211 bool ext_phy = phy != &dev->phy; in mt7915_add_interface() local 239 if (ext_phy) in mt7915_add_interface() 747 bool ext_phy = mvif->phy != &dev->phy; in mt7915_mac_sta_add() local 759 msta->wcid.phy_idx = ext_phy; in mt7915_mac_sta_add() 802 struct mt76_phy *ext_phy = dev->mt76.phys[MT_BAND1]; in mt7915_drop_other_sta() local 815 if (!ext_phy) in mt7915_drop_other_sta() 818 data.hw = ext_phy->hw; in mt7915_drop_other_sta()
|
| H A D | debugfs.c | 707 bool ext_phy = phy != &dev->phy; in mt7915_ampdu_stat_read_phy() local 718 seq_printf(file, "\nPhy %d, Phy band %d\n", ext_phy, band); in mt7915_ampdu_stat_read_phy() 1295 bool ext_phy = phy != &dev->phy; in mt7915_init_debugfs() local 1337 if (!ext_phy) in mt7915_init_debugfs()
|
| H A D | testmode.c | 699 bool ext_phy = phy != &dev->phy; in mt7915_tm_set_params() local 708 chainmask = ext_phy ? chainmask >> dev->chainshift : chainmask; in mt7915_tm_set_params()
|
| H A D | mt7915.h | 573 void mt7915_mac_enable_nf(struct mt7915_dev *dev, bool ext_phy);
|
| H A D | mcu.c | 1972 bool ext_phy = phy != &dev->phy; in mt7915_mcu_add_inband_discov() local 2005 info->hw_queue |= FIELD_PREP(MT_TX_HW_QUEUE_PHY, ext_phy); in mt7915_mcu_add_inband_discov() 2051 bool ext_phy = phy != &dev->phy; in mt7915_mcu_add_beacon() local 2082 info->hw_queue = FIELD_PREP(MT_TX_HW_QUEUE_PHY, ext_phy); in mt7915_mcu_add_beacon()
|
| /src/sys/dev/qlnx/qlnxe/ |
| H A D | nvm_cfg.h | 1311 u32 ext_phy; /* 0x24 */ member
|
| H A D | ecore_dev.c | 5241 OFFSETOF(struct nvm_cfg1_port, ext_phy)); in ecore_hw_get_nvm_info()
|