| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 144 struct mt792x_phy *phy; 153 struct mt792x_phy { struct 227 struct mt792x_phy phy; 335 static inline struct mt792x_phy * 372 void mt792x_mac_reset_counters(struct mt792x_phy *phy); 377 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy); 378 void mt792x_mac_set_timeing(struct mt792x_phy *phy); 511 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default); 512 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy); 513 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2); [all …]
|
| H A D | mt792x_acpi_sar.c | 234 mt792x_asar_get_geo_pwr(struct mt792x_phy *phy, in mt792x_asar_get_geo_pwr() 289 mt792x_asar_range_pwr(struct mt792x_phy *phy, in mt792x_asar_range_pwr() 321 int mt792x_init_acpi_sar_power(struct mt792x_phy *phy, bool set_default) in mt792x_init_acpi_sar_power() 348 u8 mt792x_acpi_get_flags(struct mt792x_phy *phy) in mt792x_acpi_get_flags() 417 mt792x_acpi_parse_mtcl_tbl_v3(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_parse_mtcl_tbl_v3() 446 mt792x_acpi_parse_mtcl_tbl(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_parse_mtcl_tbl() 469 u32 mt792x_acpi_get_mtcl_conf(struct mt792x_phy *phy, char *alpha2) in mt792x_acpi_get_mtcl_conf()
|
| H A D | mt792x_mac.c | 14 struct mt792x_phy *phy; in mt792x_mac_work() 38 void mt792x_mac_set_timeing(struct mt792x_phy *phy) in mt792x_mac_set_timeing() 80 void mt792x_mac_update_mib_stats(struct mt792x_phy *phy) in mt792x_mac_update_mib_stats() 195 void mt792x_mac_reset_counters(struct mt792x_phy *phy) in mt792x_mac_reset_counters() 219 mt792x_phy_get_nf(struct mt792x_phy *phy, int idx) in mt792x_phy_get_nf() 228 struct mt792x_phy *phy = mphy->priv; in mt792x_phy_update_channel()
|
| H A D | mt792x_debugfs.c | 7 mt792x_ampdu_stat_read_phy(struct mt792x_phy *phy, in mt792x_ampdu_stat_read_phy() 42 struct mt792x_phy *phy = &dev->phy; in mt792x_tx_stats_show()
|
| H A D | mt792x_core.c | 148 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_stop() 229 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_stats() 311 struct mt792x_phy *phy = timer_container_of(phy, timer, roc_timer); in mt792x_roc_timer() 504 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_get_et_stats() 610 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_set_coverage_class() 624 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt792x_init_wiphy()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
| H A D | mt7925.h | 244 int __mt7925_start(struct mt792x_phy *phy); 255 int mt7925_mcu_set_chan_info(struct mt792x_phy *phy, u16 tag); 258 int mt7925_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 285 void mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy); 286 int mt7925_init_mlo_caps(struct mt792x_phy *phy); 332 int mt7925_mcu_get_temperature(struct mt792x_phy *phy); 354 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 357 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, 367 int mt7925_mcu_set_rts_thresh(struct mt792x_phy *phy, u32 val); 372 int mt7925_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy);
|
| H A D | regd.h | 15 int mt7925_regd_change(struct mt792x_phy *phy, char *alpha2); 16 int mt7925_regd_init(struct mt792x_phy *phy);
|
| H A D | main.c | 16 mt7925_init_he_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7925_init_he_caps() 161 mt7925_init_eht_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7925_init_eht_caps() 244 int mt7925_init_mlo_caps(struct mt792x_phy *phy) in mt7925_init_mlo_caps() 275 __mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy, in __mt7925_set_stream_he_eht_caps() 301 void mt7925_set_stream_he_eht_caps(struct mt792x_phy *phy) in mt7925_set_stream_he_eht_caps() 316 int __mt7925_start(struct mt792x_phy *phy) in __mt7925_start() 344 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_start() 422 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7925_add_interface() 451 struct mt792x_phy *phy = priv; in mt7925_roc_iter() 458 struct mt792x_phy *phy = &dev->phy; in mt7925_roc_abort_sync() [all …]
|
| H A D | regd.c | 27 struct mt792x_phy *phy = &dev->phy; in mt7925_regd_be_ctrl() 224 int mt7925_regd_change(struct mt792x_phy *phy, char *alpha2) in mt7925_regd_change() 254 int mt7925_regd_init(struct mt792x_phy *phy) in mt7925_regd_init()
|
| H A D | testmode.c | 121 struct mt792x_phy *phy = mphy->priv; in mt7925_testmode_cmd() 158 struct mt792x_phy *phy = mphy->priv; in mt7925_testmode_dump()
|
| H A D | init.c | 21 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7925_thermal_temp_show() 46 static int mt7925_thermal_init(struct mt792x_phy *phy) in mt7925_thermal_init()
|
| H A D | mcu.h | 691 int mt7925_mcu_add_bss_info(struct mt792x_phy *phy, 696 int mt7925_mcu_set_timing(struct mt792x_phy *phy, 701 int mt7925_mcu_set_radio_en(struct mt792x_phy *phy, bool enable);
|
| H A D | mcu.c | 413 struct mt792x_phy *phy = mphy->priv; in mt7925_mcu_scan_event() 739 struct mt792x_phy *phy = &dev->phy; in mt7925_load_clc() 854 int mt7925_mcu_get_temperature(struct mt792x_phy *phy) in mt7925_mcu_get_temperature() 1411 int mt7925_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, in mt7925_mcu_set_roc() 1460 int mt7925_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_bss_conf *mconf, in mt7925_mcu_abort_roc() 2614 mt7925_mcu_bss_bmc_tlv(struct sk_buff *skb, struct mt792x_phy *phy, in mt7925_mcu_bss_bmc_tlv() 2649 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_mld_tlv() 2708 struct mt792x_phy *phy) in mt7925_mcu_bss_he_tlv() 2755 struct mt792x_phy *phy = mvif->phy; in mt7925_mcu_bss_ifs_tlv() 2765 int mt7925_mcu_set_timing(struct mt792x_phy *phy, in mt7925_mcu_set_timing() [all …]
|
| H A D | mac.c | 363 struct mt792x_phy *phy = &dev->phy; in mt7925_mac_fill_rx()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
| H A D | mt7921.h | 188 int __mt7921_start(struct mt792x_phy *phy); 198 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd); 201 int mt7921_mcu_get_rx_rate(struct mt792x_phy *phy, struct ieee80211_vif *vif, 208 int mt7921_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy, u8 action); 266 void mt7921_set_stream_he_caps(struct mt792x_phy *phy); 311 int mt7921_mcu_get_temperature(struct mt792x_phy *phy); 331 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, 334 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif,
|
| H A D | main.c | 13 mt7921_init_he_caps(struct mt792x_phy *phy, enum nl80211_band band, in mt7921_init_he_caps() 195 void mt7921_set_stream_he_caps(struct mt792x_phy *phy) in mt7921_set_stream_he_caps() 226 int __mt7921_start(struct mt792x_phy *phy) in __mt7921_start() 273 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_start() 304 struct mt792x_phy *phy = mt792x_hw_phy(hw); in mt7921_add_interface() 365 struct mt792x_phy *phy = priv; in mt7921_roc_iter() 372 struct mt792x_phy *phy = &dev->phy; in mt7921_roc_abort_sync() 385 struct mt792x_phy *phy; in mt7921_roc_work() 387 phy = (struct mt792x_phy *)container_of(work, struct mt792x_phy, in mt7921_roc_work() 401 static int mt7921_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif) in mt7921_abort_roc() [all …]
|
| H A D | testmode.c | 116 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_cmd() 153 struct mt792x_phy *phy = mphy->priv; in mt7921_testmode_dump()
|
| H A D | mcu.c | 173 struct mt792x_phy *phy = mphy->priv; in mt7921_mcu_scan_event() 423 struct mt792x_phy *phy = &dev->phy; in mt7921_load_clc() 569 static int mt7921_mcu_get_nic_capability(struct mt792x_phy *mphy) in mt7921_mcu_get_nic_capability() 779 int mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_set_roc() 846 int mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, in mt7921_mcu_abort_roc() 876 int mt7921_mcu_set_chan_info(struct mt792x_phy *phy, int cmd) in mt7921_mcu_set_chan_info() 1413 struct mt792x_phy *phy = (struct mt792x_phy *)&dev->phy; in mt7921_mcu_set_clc() 1432 int mt7921_mcu_get_temperature(struct mt792x_phy *phy) in mt7921_mcu_get_temperature() 1449 int mt7921_mcu_wf_rf_pin_ctrl(struct mt792x_phy *phy, u8 action) in mt7921_mcu_wf_rf_pin_ctrl()
|
| H A D | init.c | 20 struct mt792x_phy *phy = dev_get_drvdata(dev); in mt7921_thermal_temp_show() 45 static int mt7921_thermal_init(struct mt792x_phy *phy) in mt7921_thermal_init()
|
| H A D | mac.c | 184 struct mt792x_phy *phy = &dev->phy; in mt7921_mac_fill_rx()
|