Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h223 struct mt7996_phy *phy;
265 struct mt7996_phy { struct
307 struct mt7996_phy *radio_phy[MT7996_MAX_RADIOS]; argument
318 struct mt7996_phy phy;
322 struct mt7996_phy *rdd2_phy;
438 static inline struct mt7996_phy *
449 static inline struct mt7996_phy *
455 static inline struct mt7996_phy *
489 static inline struct mt7996_phy *
507 static inline struct mt7996_phy *
[all …]
H A Dinit.c70 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_show()
96 struct mt7996_phy *phy = dev_get_drvdata(dev); in mt7996_thermal_temp_store()
155 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_get_cur_throttle_state()
166 struct mt7996_phy *phy = cdev->devdata; in mt7996_thermal_set_cur_throttle_state()
210 static int mt7996_thermal_init(struct mt7996_phy *phy) in mt7996_thermal_init()
338 void mt7996_init_txpower(struct mt7996_phy *phy) in mt7996_init_txpower()
357 struct mt7996_phy *phy; in mt7996_regd_notifier()
622 struct mt7996_phy *phy; in mt7996_register_phy()
696 mt7996_unregister_phy(struct mt7996_phy *phy) in mt7996_unregister_phy()
1082 mt7996_set_stream_he_txbf_caps(struct mt7996_phy *phy, in mt7996_set_stream_he_txbf_caps()
[all …]
H A Dmain.c10 int mt7996_run(struct mt7996_phy *phy) in mt7996_run()
276 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_add()
355 struct mt7996_phy *phy = mphy->priv; in mt7996_vif_link_remove()
622 struct mt7996_phy *phy; in mt7996_configure_filter()
780 struct mt7996_phy *phy; in mt7996_link_info_changed()
884 struct mt7996_phy *phy = link->phy; in mt7996_mac_sta_init_link()
1418 struct mt7996_phy *phy; in mt7996_set_tsf()
1454 struct mt7996_phy *phy; in mt7996_offset_tsf()
1487 struct mt7996_phy *phy; in mt7996_set_coverage_class()
1981 struct mt7996_phy *phy; in mt7996_set_radar_background()
[all …]
H A Dmcu.c583 struct mt7996_phy *phy; in mt7996_mcu_rx_thermal_notify()
600 phy = (struct mt7996_phy *)mphy->priv; in mt7996_mcu_rx_thermal_notify()
803 struct mt7996_phy *phy) in mt7996_mcu_bss_he_tlv()
852 struct mt7996_phy *phy) in mt7996_mcu_bss_bmc_tlv()
1415 mt7996_is_ebf_supported(struct mt7996_phy *phy, in mt7996_is_ebf_supported()
1507 struct mt7996_phy *phy, struct sta_rec_bf *bf, in mt7996_mcu_sta_bfer_vht()
1676 struct mt7996_phy *phy = link->phy; in mt7996_mcu_sta_bfer_tlv()
1758 struct mt7996_phy *phy = link->phy; in mt7996_mcu_sta_bfee_tlv()
2721 struct mt7996_phy *phy = link->phy; in mt7996_mcu_beacon_inband_discov()
4137 mt7996_mcu_set_obss_spr_pd(struct mt7996_phy *phy, in mt7996_mcu_set_obss_spr_pd()
[all …]
H A Ddebugfs.c452 mt7996_ampdu_stat_read_phy(struct mt7996_phy *phy, struct seq_file *file) in mt7996_ampdu_stat_read_phy()
482 mt7996_txbf_stat_read_phy(struct mt7996_phy *phy, struct seq_file *s) in mt7996_txbf_stat_read_phy()
530 mt7996_tx_stats_show_phy(struct seq_file *file, struct mt7996_phy *phy) in mt7996_tx_stats_show_phy()
565 struct mt7996_phy *phy = &dev->phy; in mt7996_tx_stats_show()
588 struct mt7996_phy *phy = s->private; in mt7996_hw_queue_read()
670 struct mt7996_phy *phy = &dev->phy; in mt7996_hw_queues_show()
749 struct mt7996_phy *phy; in mt7996_xmit_queues_show()
H A Deeprom.c215 static int mt7996_eeprom_parse_efuse_hw_cap(struct mt7996_phy *phy, in mt7996_eeprom_parse_efuse_hw_cap()
245 static int mt7996_eeprom_parse_band_config(struct mt7996_phy *phy) in mt7996_eeprom_parse_band_config()
282 int mt7996_eeprom_parse_hw_cap(struct mt7996_dev *dev, struct mt7996_phy *phy) in mt7996_eeprom_parse_hw_cap()
H A Dmac.c453 struct mt7996_phy *phy = &dev->phy; in mt7996_mac_fill_rx()
1545 void mt7996_mac_reset_counters(struct mt7996_phy *phy) in mt7996_mac_reset_counters()
1569 struct mt7996_phy *phy2 = mt7996_phy2(dev); in mt7996_mac_set_coverage_class()
1570 struct mt7996_phy *phy3 = mt7996_phy3(dev); in mt7996_mac_set_coverage_class()
1631 struct mt7996_phy *phy = mphy->priv; in mt7996_update_channel()
1718 struct mt7996_phy *phy2, *phy3; in mt7996_mac_restart()
1850 struct mt7996_phy *phy2, *phy3; in mt7996_mac_full_reset()
1909 struct mt7996_phy *phy2, *phy3; in mt7996_mac_reset_work()
2169 void mt7996_mac_update_stats(struct mt7996_phy *phy) in mt7996_mac_update_stats()
2381 struct mt7996_phy *phy; in mt7996_mac_work()
[all …]
H A Ddma.c10 int mt7996_init_tx_queues(struct mt7996_phy *phy, int idx, int n_desc, in mt7996_init_tx_queues()