Searched refs:mt76_vif (Results 1 – 19 of 19) sorted by relevance
/Linux-v6.6/drivers/net/wireless/mediatek/mt7601u/ |
D | main.c | 48 struct mt76_vif *mvif = (struct mt76_vif *) vif->drv_priv; in mt7601u_add_interface() 75 struct mt76_vif *mvif = (struct mt76_vif *) vif->drv_priv; in mt7601u_remove_interface() 214 struct mt76_vif *mvif = (struct mt76_vif *) vif->drv_priv; in mt7601u_sta_add() 297 struct mt76_vif *mvif = (struct mt76_vif *) vif->drv_priv; in mt7601u_set_key()
|
D | tx.c | 215 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7601u_tx()
|
D | mt7601u.h | 261 struct mt76_vif { struct
|
D | init.c | 607 hw->vif_data_size = sizeof(struct mt76_vif); in mt7601u_register_device()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | mt76_connac_mcu.c | 190 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_set_vif_ps() 233 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_beacon_loss_iter() 274 __mt76_connac_mcu_alloc_sta_req(struct mt76_dev *dev, struct mt76_vif *mvif, in __mt76_connac_mcu_alloc_sta_req() 327 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_bss_omac_tlv() 492 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_sta_update_hdr_trans() 540 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_wtbl_generic_tlv() 1021 struct mt76_vif *mvif = (struct mt76_vif *)info->vif->drv_priv; in mt76_connac_mcu_sta_cmd() 1114 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac_mcu_uni_add_dev() 1235 int mt76_connac_mcu_sta_ba(struct mt76_dev *dev, struct mt76_vif *mvif, in mt76_connac_mcu_sta_ba() 1418 int mt76_connac_mcu_uni_set_chctx(struct mt76_phy *phy, struct mt76_vif *mvif, in mt76_connac_mcu_uni_set_chctx() [all …]
|
D | mt76_connac_mcu.h | 1771 __mt76_connac_mcu_alloc_sta_req(struct mt76_dev *dev, struct mt76_vif *mvif, 1774 mt76_connac_mcu_alloc_sta_req(struct mt76_dev *dev, struct mt76_vif *mvif, in mt76_connac_mcu_alloc_sta_req() 1831 int mt76_connac_mcu_sta_ba(struct mt76_dev *dev, struct mt76_vif *mvif, 1835 struct mt76_vif *vif, 1867 struct mt76_vif *vif, 1902 void mt76_connac_mcu_bss_ext_tlv(struct sk_buff *skb, struct mt76_vif *mvif);
|
D | mt792x.h | 84 struct mt76_vif mt76; /* must be first */
|
D | mt76_connac_mac.c | 501 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt76_connac2_mac_write_txwi()
|
D | mt76.h | 702 struct mt76_vif { struct
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | pci_mac.c | 51 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7615_write_fw_txp()
|
D | mt7615.h | 142 struct mt76_vif mt76; /* must be first */
|
D | main.c | 479 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7615_conf_tx()
|
D | mac.c | 737 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7615_mac_write_txwi()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | mcu.c | 177 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7921_mcu_connection_loss_iter() 947 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7921_mcu_set_sniffer()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | main.c | 508 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_get_rates_table() 558 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_bss_info_changed()
|
D | mcu.c | 607 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_mcu_bss_bmc_tlv() 654 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_mcu_bss_sec_tlv() 743 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_mcu_bss_basic_tlv() 815 __mt7996_mcu_alloc_bss_req(struct mt76_dev *dev, struct mt76_vif *mvif, int len) in __mt7996_mcu_alloc_bss_req() 892 mt7996_mcu_sta_ba(struct mt76_dev *dev, struct mt76_vif *mvif, in mt7996_mcu_sta_ba() 1924 struct mt76_vif *mvif = (struct mt76_vif *)vif->drv_priv; in mt7996_mcu_add_key()
|
D | mt7996.h | 124 struct mt76_vif mt76; /* must be first */
|
D | mac.c | 838 struct mt76_vif *mvif; in mt7996_mac_write_txwi() 846 mvif = vif ? (struct mt76_vif *)vif->drv_priv : NULL; in mt7996_mac_write_txwi()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mt7915.h | 169 struct mt76_vif mt76; /* must be first */
|