Home
last modified time | relevance | path

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

/src/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h258 struct mt7996_phy *phy;
350 struct mt7996_phy { struct
391 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; argument
405 struct mt7996_phy phy;
409 struct mt7996_phy *rdd2_phy;
532 mt7996_get_rdd_idx(struct mt7996_phy *phy, bool is_background) in mt7996_get_rdd_idx()
554 static inline struct mt7996_phy *
565 static inline struct mt7996_phy *
571 static inline struct mt7996_phy *
586 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.c101 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_show()
127 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_store()
186 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_get_cur_throttle_state()
197 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_set_cur_throttle_state()
228 static void mt7996_unregister_thermal(struct mt7996_phy *phy) in mt7996_unregister_thermal()
241 static int mt7996_thermal_init(struct mt7996_phy *phy) in mt7996_thermal_init()
348 static void __mt7996_init_txpower(struct mt7996_phy *phy, in __mt7996_init_txpower()
373 void mt7996_init_txpower(struct mt7996_phy *phy) in mt7996_init_txpower()
392 struct mt7996_phy *phy; in mt7996_regd_notifier()
408 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.c651 struct mt7996_phy *phy; in mt7996_mcu_rx_thermal_notify()
668 phy = (struct mt7996_phy *)mphy->priv; in mt7996_mcu_rx_thermal_notify()
824 mt7996_mcu_bss_rfch_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_rfch_tlv()
854 mt7996_mcu_bss_ra_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ra_tlv()
868 struct mt7996_phy *phy) in mt7996_mcu_bss_he_tlv()
917 struct mt7996_phy *phy) in mt7996_mcu_bss_bmc_tlv()
1022 mt7996_mcu_bss_ifs_timing_tlv(struct sk_buff *skb, struct mt7996_phy *phy) in mt7996_mcu_bss_ifs_timing_tlv()
1142 int mt7996_mcu_add_bss_info(struct mt7996_phy *phy, struct ieee80211_vif *vif, in mt7996_mcu_add_bss_info()
1192 int mt7996_mcu_set_timing(struct mt7996_phy *phy, struct ieee80211_vif *vif, in mt7996_mcu_set_timing()
1541 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.c459 struct mt7996_phy *phy = &dev->phy; in mt7996_mac_fill_rx()
2082 void mt7996_mac_cca_stats_reset(struct mt7996_phy *phy) in mt7996_mac_cca_stats_reset()
2091 void mt7996_mac_reset_counters(struct mt7996_phy *phy) in mt7996_mac_reset_counters()
2111 void mt7996_mac_set_coverage_class(struct mt7996_phy *phy) in mt7996_mac_set_coverage_class()
2115 struct mt7996_phy *phy2 = mt7996_phy2(dev); in mt7996_mac_set_coverage_class()
2116 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class()
2155 mt7996_phy_get_nf(struct mt7996_phy *phy, u8 band_idx) in mt7996_phy_get_nf()
2177 struct mt7996_phy *phy = mphy->priv; in mt7996_update_channel()
2209 struct mt7996_phy *phy = priv; in mt7996_update_vif_beacon()
2235 void mt7996_mac_update_beacons(struct mt7996_phy *phy) in mt7996_mac_update_beacons()
[all …]
H A Ddma.c13 int mt7996_init_tx_queues(struct mt7996_phy *phy, int idx, int n_desc, in mt7996_init_tx_queues()