Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt7996/ !
H A Dmain.c294 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_vif_link_add()
385 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_vif_link_remove()
482 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_add_interface()
660 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_conf_tx()
730 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_get_txpower()
1141 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_mac_sta_add()
1306 struct mt7996_vif *mvif = vif ? (void *)vif->drv_priv : NULL; in mt7996_tx()
1519 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_get_tsf()
1534 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_set_tsf()
1570 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_offset_tsf()
[all …]
H A Dmt7996.h137 struct mt7996_vif;
248 struct mt7996_vif *vif;
266 struct mt7996_vif { struct
H A Dmac.c60 struct mt7996_vif *mvif; in mt7996_rx_get_wcid()
905 struct mt7996_vif *mvif; in mt7996_mac_write_txwi()
920 mvif = vif ? (struct mt7996_vif *)vif->drv_priv : NULL; in mt7996_mac_write_txwi()
1049 struct mt7996_vif *mvif = vif ? (struct mt7996_vif *)vif->drv_priv : NULL; in mt7996_tx_prepare_skb()
2890 struct mt7996_vif *mvif; in mt7996_mac_sta_rc_work()
H A Dmcu.c934 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_mcu_bss_mld_tlv()
1983 struct mt7996_vif *mvif = msta->vif; in mt7996_mcu_set_fixed_field()
3434 struct mt7996_vif *mvif = (struct mt7996_vif *)vif->drv_priv; in mt7996_mcu_set_tx()
H A Ddebugfs.c628 struct mt7996_vif *mvif = msta->vif; in mt7996_sta_hw_queue_read()
H A Dinit.c485 hw->vif_data_size = sizeof(struct mt7996_vif); in mt7996_init_wiphy()