Searched refs:mt7996_phy (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mt7996.h | 369 struct mt7996_phy { struct 411 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; argument 426 struct mt7996_phy phy; 430 struct mt7996_phy *rdd2_phy; 555 mt7996_get_rdd_idx(struct mt7996_phy *phy, bool is_background) in mt7996_get_rdd_idx() 577 static inline struct mt7996_phy * 588 static inline struct mt7996_phy * 594 static inline struct mt7996_phy * 609 static inline struct mt7996_phy * 627 static inline struct mt7996_phy * [all …]
|
| H A D | main.c | 10 int mt7996_run(struct mt7996_phy *phy) in mt7996_run() 69 static void mt7996_stop_phy(struct mt7996_phy *phy) in mt7996_stop_phy() 241 struct mt7996_phy *phy = mt7996_vif_link_phy(link); in mt7996_set_hw_key() 299 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_add() 404 static void mt7996_vif_link_destroy(struct mt7996_phy *phy, in mt7996_vif_link_destroy() 461 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_remove() 499 static void mt7996_phy_set_rxfilter(struct mt7996_phy *phy) in mt7996_phy_set_rxfilter() 523 static void mt7996_set_monitor(struct mt7996_phy *phy, bool enabled) in mt7996_set_monitor() 559 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_add_interface() 614 struct mt7996_phy *phy; in mt7996_remove_interface() [all …]
|
| H A D | init.c | 110 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_show() 136 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_store() 195 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_get_cur_throttle_state() 206 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_set_cur_throttle_state() 237 static void mt7996_unregister_thermal(struct mt7996_phy *phy) in mt7996_unregister_thermal() 250 static int mt7996_thermal_init(struct mt7996_phy *phy) in mt7996_thermal_init() 356 static void __mt7996_init_txpower(struct mt7996_phy *phy, in __mt7996_init_txpower() 381 void mt7996_init_txpower(struct mt7996_phy *phy) in mt7996_init_txpower() 400 struct mt7996_phy *phy; in mt7996_regd_notifier() 416 mt7996_init_wiphy_band(struct ieee80211_hw *hw, struct mt7996_phy *phy) in mt7996_init_wiphy_band() [all …]
|
| H A D | mcu.c | 557 struct mt7996_phy *phy = mphy->priv; in mt7996_mcu_rx_radar_detected() 712 struct mt7996_phy *phy; in mt7996_mcu_rx_thermal_notify() 729 phy = (struct mt7996_phy *)mphy->priv; in mt7996_mcu_rx_thermal_notify() 971 mt7996_mcu_bss_rfch_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_rfch_tlv() 1001 mt7996_mcu_bss_ra_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ra_tlv() 1015 struct mt7996_phy *phy) in mt7996_mcu_bss_he_tlv() 1066 struct mt7996_phy *phy) in mt7996_mcu_bss_bmc_tlv() 1134 mt7996_mcu_bss_ifs_timing_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ifs_timing_tlv() 1254 int mt7996_mcu_add_bss_info(struct mt7996_phy *phy, struct ieee80211_vif *vif, in mt7996_mcu_add_bss_info() 1299 int mt7996_mcu_update_bss_rfch(struct mt7996_phy *phy, struct mt7996_vif_link *link) in mt7996_mcu_update_bss_rfch() [all …]
|
| H A D | eeprom.c | 236 static int mt7996_eeprom_parse_efuse_hw_cap(struct mt7996_phy *phy, in mt7996_eeprom_parse_efuse_hw_cap() 266 static int mt7996_eeprom_parse_band_config(struct mt7996_phy *phy) in mt7996_eeprom_parse_band_config() 303 int mt7996_eeprom_parse_hw_cap(struct mt7996_dev *dev, struct mt7996_phy *phy) in mt7996_eeprom_parse_hw_cap()
|
| H A D | mac.c | 420 struct mt7996_phy *phy = &dev->phy; in mt7996_mac_fill_rx() 2094 void mt7996_mac_cca_stats_reset(struct mt7996_phy *phy) in mt7996_mac_cca_stats_reset() 2103 void mt7996_mac_reset_counters(struct mt7996_phy *phy) in mt7996_mac_reset_counters() 2123 void mt7996_mac_set_coverage_class(struct mt7996_phy *phy) in mt7996_mac_set_coverage_class() 2157 mt7996_phy_get_nf(struct mt7996_phy *phy, u8 band_idx) in mt7996_phy_get_nf() 2179 struct mt7996_phy *phy = mphy->priv; in mt7996_update_channel() 2211 struct mt7996_phy *phy = priv; in mt7996_update_vif_beacon() 2227 struct mt7996_phy *link_phy; in mt7996_update_vif_beacon() 2242 void mt7996_mac_update_beacons(struct mt7996_phy *phy) in mt7996_mac_update_beacons() 2289 struct mt7996_phy *phy; in mt7996_mac_restart() [all …]
|