/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mt7615.h | 156 struct mt7615_phy { struct 224 int (*sta_add)(struct mt7615_phy *phy, struct ieee80211_vif *vif, 226 int (*add_dev_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif, 228 int (*add_bss_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif, 248 struct mt7615_phy phy; 324 static inline struct mt7615_phy * 340 static inline struct mt7615_phy * 397 void mt7615_mac_set_rates(struct mt7615_phy *phy, struct mt7615_sta *sta, 403 int mt7615_mcu_set_chan_info(struct mt7615_phy *phy, int cmd); 460 int mt7615_set_channel(struct mt7615_phy *ph [all...] |
H A D | testmode.c | 48 mt7615_tm_set_tx_power(struct mt7615_phy *phy) in mt7615_tm_set_tx_power() 98 mt7615_tm_reg_backup_restore(struct mt7615_phy *phy) in mt7615_tm_reg_backup_restore() 133 mt7615_tm_init(struct mt7615_phy *phy) in mt7615_tm_init() 172 mt7615_tm_set_tx_antenna(struct mt7615_phy *phy, bool en) in mt7615_tm_set_tx_antenna() 225 mt7615_tm_set_tx_frames(struct mt7615_phy *phy, bool en) in mt7615_tm_set_tx_frames() 242 mt7615_tm_update_params(struct mt7615_phy *phy, u32 changed) in mt7615_tm_update_params() 261 struct mt7615_phy *phy = mphy->priv; in mt7615_tm_set_state() 300 struct mt7615_phy *phy = mphy->priv; in mt7615_tm_set_params() 326 struct mt7615_phy *phy = mphy->priv; in mt7615_tm_dump_stats()
|
H A D | main.c | 17 struct mt7615_phy *phy; in mt7615_dev_running() 30 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_start() 97 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_stop() 184 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_add_interface() 253 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_remove_interface() 285 int mt7615_set_channel(struct mt7615_phy *phy) in mt7615_set_channel() 348 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_set_key() 415 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_set_sar_specs() 438 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_config() 500 struct mt7615_phy *ph in mt7615_configure_filter() [all...] |
H A D | mac.c | 110 void mt7615_mac_reset_counters(struct mt7615_phy *phy) in mt7615_mac_reset_counters() 137 void mt7615_mac_set_timing(struct mt7615_phy *phy) in mt7615_mac_set_timing() 164 struct mt7615_phy *phy_ext = mt7615_ext_phy(dev); in mt7615_mac_set_timing() 217 static void mt7615_mac_fill_tm_rx(struct mt7615_phy *phy, __le32 *rxv) in mt7615_mac_fill_tm_rx() 337 struct mt7615_phy *phy = &dev->phy; in mt7615_mac_fill_rx() 340 struct mt7615_phy *phy2; in mt7615_mac_fill_rx() 965 mt7615_mac_update_rate_desc(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_update_rate_desc() 1055 mt7615_mac_queue_rate_update(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_queue_rate_update() 1101 void mt7615_mac_set_rates(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_set_rates() 1376 struct mt7615_phy *ph in mt7615_fill_txs() [all...] |
H A D | mcu.c | 362 struct mt7615_phy *ext_phy = mt7615_ext_phy(dev); in mt7615_mcu_rx_csa_notify() 448 struct mt7615_phy *phy; in mt7615_mcu_scan_event() 456 phy = (struct mt7615_phy *)mphy->priv; in mt7615_mcu_scan_event() 470 struct mt7615_phy *phy; in mt7615_mcu_roc_event() 484 phy = (struct mt7615_phy *)mphy->priv; in mt7615_mcu_roc_event() 623 mt7615_mcu_add_dev(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_add_dev() 740 mt7615_mcu_add_bss(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_add_bss() 840 mt7615_mcu_wtbl_sta_add(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_wtbl_sta_add() 992 mt7615_mcu_add_sta(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_add_sta() 1107 mt7615_mcu_uni_add_dev(struct mt7615_phy *ph [all...] |
H A D | init.c | 337 struct mt7615_phy *phy = mphy->priv; in mt7615_regd_notifier() 362 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_init_wiphy() 530 struct mt7615_phy *phy = mt7615_ext_phy(dev); in mt7615_register_ext_phy() 599 struct mt7615_phy *phy = mt7615_ext_phy(dev); in mt7615_unregister_ext_phy()
|
H A D | debugfs.c | 69 struct mt7615_phy *ext_phy; in mt7615_scs_set() 276 mt7615_ampdu_stat_read_phy(struct mt7615_phy *phy, in mt7615_ampdu_stat_read_phy() 329 mt7615_radio_read_phy(struct mt7615_phy *phy, struct seq_file *s) in mt7615_radio_read_phy()
|
H A D | pci_mac.c | 79 struct mt7615_phy *phy = &dev->phy; in mt7615_tx_prepare_skb() 202 struct mt7615_phy *phy2; in mt7615_mac_reset_work()
|
H A D | usb.c | 84 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7663u_stop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mt7615.h | 172 struct mt7615_phy { struct 237 int (*add_bss_info)(struct mt7615_phy *phy, struct ieee80211_vif *vif, 256 struct mt7615_phy phy; 386 static inline struct mt7615_phy * 402 static inline struct mt7615_phy * 452 void mt7615_mac_set_rates(struct mt7615_phy *phy, struct mt7615_sta *sta, 461 int mt7615_mcu_set_chan_info(struct mt7615_phy *phy, int cmd); 556 int mt7615_set_channel(struct mt7615_phy *phy); 562 void mt7615_mac_cca_stats_reset(struct mt7615_phy *phy); 563 void mt7615_mac_set_scs(struct mt7615_phy *ph [all...] |
H A D | main.c | 17 struct mt7615_phy *phy; in mt7615_dev_running() 46 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_start() 87 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_stop() 156 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_add_interface() 235 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_remove_interface() 271 static void mt7615_init_dfs_state(struct mt7615_phy *phy) in mt7615_init_dfs_state() 290 int mt7615_set_channel(struct mt7615_phy *phy) in mt7615_set_channel() 433 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_config() 494 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_configure_filter() 553 struct mt7615_phy *ph in mt7615_bss_info_changed() [all...] |
H A D | mac.c | 109 void mt7615_mac_set_timing(struct mt7615_phy *phy) in mt7615_mac_set_timing() 136 struct mt7615_phy *phy_ext = mt7615_ext_phy(dev); in mt7615_mac_set_timing() 227 struct mt7615_phy *phy = &dev->phy; in mt7615_mac_fill_rx() 228 struct mt7615_phy *phy2 = dev->mt76.phy2 ? dev->mt76.phy2->priv : NULL; in mt7615_mac_fill_rx() 829 mt7615_mac_update_rate_desc(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_update_rate_desc() 919 mt7615_mac_queue_rate_update(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_queue_rate_update() 967 void mt7615_mac_set_rates(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_set_rates() 1238 struct mt7615_phy *phy = &dev->phy; in mt7615_fill_txs() 1515 mt7615_mac_set_sensitivity(struct mt7615_phy *phy, int val, bool ofdm) in mt7615_mac_set_sensitivity() 1543 mt7615_mac_set_default_sensitivity(struct mt7615_phy *ph [all...] |
H A D | debugfs.c | 28 struct mt7615_phy *ext_phy; in mt7615_scs_set() 185 mt7615_ampdu_stat_read_phy(struct mt7615_phy *phy, in mt7615_ampdu_stat_read_phy() 240 mt7615_radio_read_phy(struct mt7615_phy *phy, struct seq_file *s) in mt7615_radio_read_phy()
|
H A D | init.c | 296 struct mt7615_phy *phy = mphy->priv; in mt7615_regd_notifier() 312 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7615_init_wiphy() 386 struct mt7615_phy *phy = mt7615_ext_phy(dev); in mt7615_register_ext_phy() 442 struct mt7615_phy *phy = mt7615_ext_phy(dev); in mt7615_unregister_ext_phy()
|
H A D | mcu.c | 496 struct mt7615_phy *phy; in mt7615_mcu_scan_event() 504 phy = (struct mt7615_phy *)mphy->priv; in mt7615_mcu_scan_event() 518 struct mt7615_phy *phy; in mt7615_mcu_roc_event() 532 phy = (struct mt7615_phy *)mphy->priv; in mt7615_mcu_roc_event() 1270 mt7615_mcu_add_bss(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_add_bss() 1615 mt7615_mcu_uni_add_bss(struct mt7615_phy *phy, struct ieee80211_vif *vif, in mt7615_mcu_uni_add_bss() 2578 int mt7615_mcu_set_rts_thresh(struct mt7615_phy *phy, u32 val) in mt7615_mcu_set_rts_thresh() 2637 struct mt7615_phy *ext_phy = mt7615_ext_phy(dev); in mt7615_mcu_set_dbdc() 2848 static void mt7615_mcu_set_txpower_sku(struct mt7615_phy *phy, u8 *sku) in mt7615_mcu_set_txpower_sku() 2892 int mt7615_mcu_set_chan_info(struct mt7615_phy *ph [all...] |
H A D | testmode.c | 48 mt7615_tm_set_tx_power(struct mt7615_phy *phy) in mt7615_tm_set_tx_power() 133 mt7615_tm_init_phy(struct mt7615_dev *dev, struct mt7615_phy *phy) in mt7615_tm_init_phy()
|
H A D | pci_mac.c | 151 struct mt7615_phy *phy = &dev->phy; in mt7615_tx_prepare_skb()
|
H A D | usb.c | 25 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7663u_stop()
|