Home
last modified time | relevance | path

Searched refs:mt7996_phy (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h255 struct mt7996_phy *phy;
347 struct mt7996_phy { struct
388 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; argument
402 struct mt7996_phy phy;
406 struct mt7996_phy *rdd2_phy;
529 mt7996_get_rdd_idx(struct mt7996_phy *phy, bool is_background) in mt7996_get_rdd_idx()
551 static inline struct mt7996_phy *
562 static inline struct mt7996_phy *
568 static inline struct mt7996_phy *
583 static inline struct mt7996_phy *
[all …]
H A Dmain.c10 int mt7996_run(struct mt7996_phy *phy) in mt7996_run()
69 static void mt7996_stop_phy(struct mt7996_phy *phy) in mt7996_stop_phy()
296 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_add()
387 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_remove()
432 static void mt7996_phy_set_rxfilter(struct mt7996_phy *phy) in mt7996_phy_set_rxfilter()
456 static void mt7996_set_monitor(struct mt7996_phy *phy, bool enabled) in mt7996_set_monitor()
490 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_add_interface()
542 struct mt7996_phy *phy = dev->radio_phy[i]; in mt7996_remove_interface()
555 struct mt7996_phy *phy = mphy->priv; in mt7996_set_channel()
682 struct mt7996_phy *phy; in mt7996_configure_filter()
[all …]
H A Dinit.c97 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_show()
123 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_store()
182 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_get_cur_throttle_state()
193 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_set_cur_throttle_state()
224 static void mt7996_unregister_thermal(struct mt7996_phy *phy) in mt7996_unregister_thermal()
237 static int mt7996_thermal_init(struct mt7996_phy *phy) in mt7996_thermal_init()
343 static void __mt7996_init_txpower(struct mt7996_phy *phy, in __mt7996_init_txpower()
368 void mt7996_init_txpower(struct mt7996_phy *phy) in mt7996_init_txpower()
387 struct mt7996_phy *phy; in mt7996_regd_notifier()
403 mt7996_init_wiphy_band(struct ieee80211_hw *hw, struct mt7996_phy *phy) in mt7996_init_wiphy_band()
[all …]
H A Ddebugfs.c228 struct mt7996_phy *phy = mt7996_band_phy(dev, NL80211_BAND_5GHZ); in mt7996_radar_trigger()
461 mt7996_ampdu_stat_read_phy(struct mt7996_phy *phy, struct seq_file *file) in mt7996_ampdu_stat_read_phy()
491 mt7996_txbf_stat_read_phy(struct mt7996_phy *phy, struct seq_file *s) in mt7996_txbf_stat_read_phy()
539 mt7996_tx_stats_show_phy(struct seq_file *file, struct mt7996_phy *phy) in mt7996_tx_stats_show_phy()
574 struct mt7996_phy *phy = &dev->phy; in mt7996_tx_stats_show()
597 struct mt7996_phy *phy = s->private; in mt7996_hw_queue_read()
679 struct mt7996_phy *phy = &dev->phy; in mt7996_hw_queues_show()
758 struct mt7996_phy *phy; in mt7996_xmit_queues_show()
H A Dmcu.c632 struct mt7996_phy *phy; in mt7996_mcu_rx_thermal_notify()
649 phy = (struct mt7996_phy *)mphy->priv; in mt7996_mcu_rx_thermal_notify()
805 mt7996_mcu_bss_rfch_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_rfch_tlv()
835 mt7996_mcu_bss_ra_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ra_tlv()
849 struct mt7996_phy *phy) in mt7996_mcu_bss_he_tlv()
898 struct mt7996_phy *phy) in mt7996_mcu_bss_bmc_tlv()
1003 mt7996_mcu_bss_ifs_timing_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ifs_timing_tlv()
1123 int mt7996_mcu_add_bss_info(struct mt7996_phy *phy, struct ieee80211_vif *vif, in mt7996_mcu_add_bss_info()
1173 int mt7996_mcu_set_timing(struct mt7996_phy *phy, struct ieee80211_vif *vif, in mt7996_mcu_set_timing()
1522 mt7996_is_ebf_supported(struct mt7996_phy *phy, in mt7996_is_ebf_supported()
[all …]
H A Deeprom.c221 static int mt7996_eeprom_parse_efuse_hw_cap(struct mt7996_phy *phy, in mt7996_eeprom_parse_efuse_hw_cap()
251 static int mt7996_eeprom_parse_band_config(struct mt7996_phy *phy) in mt7996_eeprom_parse_band_config()
288 int mt7996_eeprom_parse_hw_cap(struct mt7996_dev *dev, struct mt7996_phy *phy) in mt7996_eeprom_parse_hw_cap()
H A Dmac.c455 struct mt7996_phy *phy = &dev->phy; in mt7996_mac_fill_rx()
2063 void mt7996_mac_cca_stats_reset(struct mt7996_phy *phy) in mt7996_mac_cca_stats_reset()
2072 void mt7996_mac_reset_counters(struct mt7996_phy *phy) in mt7996_mac_reset_counters()
2092 void mt7996_mac_set_coverage_class(struct mt7996_phy *phy) in mt7996_mac_set_coverage_class()
2096 struct mt7996_phy *phy2 = mt7996_phy2(dev); in mt7996_mac_set_coverage_class()
2097 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class()
2136 mt7996_phy_get_nf(struct mt7996_phy *phy, u8 band_idx) in mt7996_phy_get_nf()
2158 struct mt7996_phy *phy = mphy->priv; in mt7996_update_channel()
2190 struct mt7996_phy *phy = priv; in mt7996_update_vif_beacon()
2216 void mt7996_mac_update_beacons(struct mt7996_phy *phy) in mt7996_mac_update_beacons()
[all …]
H A Ddma.c10 int mt7996_init_tx_queues(struct mt7996_phy *phy, int idx, int n_desc, in mt7996_init_tx_queues()