Home
last modified time | relevance | path

Searched refs:mt7915_vif (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c187 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_init_bitrate_mask()
207 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_add_interface()
289 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_remove_interface()
361 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_set_key()
512 struct mt7915_vif *mvif = (struct mt7915_vif *)vi in mt7915_conf_tx()
[all...]
H A Dmcu.c656 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_mcu_muar_config()
692 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_mcu_add_bss_info()
740 struct mt7915_vif *mvif = msta->vif; in mt7915_mcu_add_tx_ba()
759 struct mt7915_vif *mvif = msta->vif; in mt7915_mcu_add_rx_ba()
770 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_mcu_sta_he_tlv()
913 struct mt7915_vif *mvif = (struct mt7915_vif *)vi in mt7915_mcu_sta_muru_tlv()
[all...]
H A Dmt7915.h89 struct mt7915_vif;
140 struct mt7915_vif *vif;
171 struct mt7915_vif {
432 u64 __mt7915_get_tsf(struct ieee80211_hw *hw, struct mt7915_vif *mvif);
457 struct mt7915_vif *mvif,
169 struct mt7915_vif { global() struct
172 capmt7915_vif global() argument
173 stamt7915_vif global() argument
174 phymt7915_vif global() argument
176 queue_paramsmt7915_vif global() argument
177 bitrate_maskmt7915_vif global() argument
H A Dtestmode.c174 struct mt7915_vif *mvif = (struct mt7915_vif *)phy->monitor_vif->drv_priv; in mt7915_tm_set_wmm_qid()
H A Dmac.c789 struct mt7915_vif *mvif = (struct mt7915_vif *)vif->drv_priv; in mt7915_tx_prepare_skb()
H A Dinit.c380 hw->vif_data_size = sizeof(struct mt7915_vif); in mt7915_init_wiphy()