Home
last modified time | relevance | path

Searched refs:mt7615_phy (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmt7615.h172 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 *phy, bool enable);
[all …]
H A Dmain.c17 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 *phy = mt7615_hw_phy(hw); in mt7615_bss_info_changed()
[all …]
H A Dmac.c109 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()
826 mt7615_mac_update_rate_desc(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_update_rate_desc()
916 mt7615_mac_queue_rate_update(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_queue_rate_update()
964 void mt7615_mac_set_rates(struct mt7615_phy *phy, struct mt7615_sta *sta, in mt7615_mac_set_rates()
1235 struct mt7615_phy *phy = &dev->phy; in mt7615_fill_txs()
1512 mt7615_mac_set_sensitivity(struct mt7615_phy *phy, int val, bool ofdm) in mt7615_mac_set_sensitivity()
1540 mt7615_mac_set_default_sensitivity(struct mt7615_phy *phy) in mt7615_mac_set_default_sensitivity()
[all …]
H A Ddebugfs.c28 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 Dinit.c296 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 Dmcu.c496 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 *phy, int cmd) in mt7615_mcu_set_chan_info()
[all …]
H A Dtestmode.c48 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 Dusb.c25 struct mt7615_phy *phy = mt7615_hw_phy(hw); in mt7663u_stop()
H A Dpci_mac.c151 struct mt7615_phy *phy = &dev->phy; in mt7615_tx_prepare_skb()