Searched refs:mt7915_phy (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 176 struct mt7915_phy *phy; 199 struct mt7915_phy { struct 258 struct mt7915_phy phy; argument 262 struct mt7915_phy *rdd2_phy; 352 static inline struct mt7915_phy * 368 static inline struct mt7915_phy * 418 struct mt7915_phy *phy); 423 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2); 439 int mt7915_mcu_add_dev_info(struct mt7915_phy *phy, 441 int mt7915_mcu_add_bss_info(struct mt7915_phy *phy, [all …]
|
H A D | testmode.c | 38 mt7915_tm_set_tx_power(struct mt7915_phy *phy) in mt7915_tm_set_tx_power() 74 mt7915_tm_set_freq_offset(struct mt7915_phy *phy, bool en, u32 val) in mt7915_tm_set_freq_offset() 106 mt7915_tm_set_trx(struct mt7915_phy *phy, int type, bool en) in mt7915_tm_set_trx() 122 mt7915_tm_clean_hwq(struct mt7915_phy *phy, u8 wcid) in mt7915_tm_clean_hwq() 137 mt7915_tm_set_slot_time(struct mt7915_phy *phy, u8 slot_time, u8 sifs) in mt7915_tm_set_slot_time() 155 mt7915_tm_set_tam_arb(struct mt7915_phy *phy, bool enable, bool mu) in mt7915_tm_set_tam_arb() 171 mt7915_tm_set_wmm_qid(struct mt7915_phy *phy, u8 qid, u8 aifs, u8 cw_min, in mt7915_tm_set_wmm_qid() 190 mt7915_tm_set_ipg_params(struct mt7915_phy *phy, u32 ipg, u8 mode) in mt7915_tm_set_ipg_params() 255 mt7915_tm_set_tx_len(struct mt7915_phy *phy, u32 tx_time) in mt7915_tm_set_tx_len() 335 mt7915_tm_reg_backup_restore(struct mt7915_phy *phy) in mt7915_tm_reg_backup_restore() [all …]
|
H A D | main.c | 13 struct mt7915_phy *phy; in mt7915_dev_running() 26 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_run() 114 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_stop() 209 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_add_interface() 290 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_remove_interface() 320 int mt7915_set_channel(struct mt7915_phy *phy) in mt7915_set_channel() 368 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_set_key() 434 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_set_sar_specs() 456 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_config() 523 struct mt7915_phy *phy = mt7915_hw_phy(hw); in mt7915_configure_filter() [all …]
|
H A D | init.c | 54 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_show() 80 struct mt7915_phy *phy = dev_get_drvdata(dev); in mt7915_thermal_temp_store() 138 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_get_cur_throttle_state() 149 struct mt7915_phy *phy = cdev->devdata; in mt7915_thermal_set_cur_throttle_state() 181 static void mt7915_unregister_thermal(struct mt7915_phy *phy) in mt7915_unregister_thermal() 193 static int mt7915_thermal_init(struct mt7915_phy *phy) in mt7915_thermal_init() 333 struct mt7915_phy *phy = mphy->priv; in mt7915_regd_notifier() 350 mt7915_init_wiphy(struct mt7915_phy *phy) in mt7915_init_wiphy() 641 static struct mt7915_phy * 644 struct mt7915_phy *phy; in mt7915_alloc_ext_phy() [all …]
|
H A D | mcu.c | 257 struct mt7915_phy *phy; in mt7915_mcu_rx_thermal_notify() 270 phy = (struct mt7915_phy *)mphy->priv; in mt7915_mcu_rx_thermal_notify() 482 struct mt7915_phy *phy) in mt7915_mcu_bss_rfch_tlv() 515 struct mt7915_phy *phy) in mt7915_mcu_bss_ra_tlv() 541 struct mt7915_phy *phy) in mt7915_mcu_bss_he_tlv() 585 mt7915_mcu_bss_bmc_tlv(struct sk_buff *skb, struct mt7915_phy *phy) in mt7915_mcu_bss_bmc_tlv() 604 mt7915_mcu_muar_config(struct mt7915_phy *phy, struct ieee80211_vif *vif, in mt7915_mcu_muar_config() 641 int mt7915_mcu_add_bss_info(struct mt7915_phy *phy, in mt7915_mcu_add_bss_info() 1016 mt7915_is_ebf_supported(struct mt7915_phy *phy, struct ieee80211_vif *vif, in mt7915_is_ebf_supported() 1064 mt7915_mcu_sta_bfer_ht(struct ieee80211_sta *sta, struct mt7915_phy *phy, in mt7915_mcu_sta_bfer_ht() [all …]
|
H A D | debugfs.c | 52 struct mt7915_phy *phy = file->private_data; in mt7915_sys_recovery_set() 128 struct mt7915_phy *phy = file->private_data; in mt7915_sys_recovery_get() 252 struct mt7915_phy *phy = file->private; in mt7915_muru_stats_show() 681 mt7915_ampdu_stat_read_phy(struct mt7915_phy *phy, in mt7915_ampdu_stat_read_phy() 712 mt7915_txbf_stat_read_phy(struct mt7915_phy *phy, struct seq_file *s) in mt7915_txbf_stat_read_phy() 761 struct mt7915_phy *phy = file->private; in mt7915_tx_stats_show() 795 struct mt7915_phy *phy = s->private; in mt7915_hw_queue_read() 853 struct mt7915_phy *phy = file->private; in mt7915_hw_queues_show() 923 struct mt7915_phy *phy = file->private; in mt7915_xmit_queues_show() 975 struct mt7915_phy *phy = file->private_data; in mt7915_rate_txpower_get() [all …]
|
H A D | mac.c | 285 struct mt7915_phy *phy = &dev->phy; in mt7915_mac_fill_rx() 571 struct mt7915_phy *phy = &dev->phy; in mt7915_mac_fill_rx_vector() 617 mt7915_mac_write_txwi_tm(struct mt7915_phy *phy, __le32 *txwi, in mt7915_mac_write_txwi_tm() 1153 void mt7915_mac_cca_stats_reset(struct mt7915_phy *phy) in mt7915_mac_cca_stats_reset() 1162 void mt7915_mac_reset_counters(struct mt7915_phy *phy) in mt7915_mac_reset_counters() 1182 void mt7915_mac_set_timing(struct mt7915_phy *phy) in mt7915_mac_set_timing() 1186 struct mt7915_phy *ext_phy = mt7915_ext_phy(dev); in mt7915_mac_set_timing() 1257 mt7915_phy_get_nf(struct mt7915_phy *phy, int idx) in mt7915_phy_get_nf() 1284 struct mt7915_phy *phy = (struct mt7915_phy *)mphy->priv; in mt7915_update_channel() 1349 struct mt7915_phy *phy2; in mt7915_mac_restart() [all …]
|
H A D | eeprom.c | 143 static void mt7915_eeprom_parse_band_config(struct mt7915_phy *phy) in mt7915_eeprom_parse_band_config() 188 struct mt7915_phy *phy) in mt7915_eeprom_parse_hw_cap()
|
H A D | dma.c | 9 mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc, int ring_base) in mt7915_init_tx_queues() 406 int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2) in mt7915_dma_init()
|
H A D | mcu.h | 521 mt7915_get_power_bound(struct mt7915_phy *phy, s8 txpower) in mt7915_get_power_bound()
|