Searched refs:mt7925_mcu_sta_update (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/ |
H A D | main.c | 892 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add() 898 ret = mt7925_mcu_sta_update(dev, mlink->pri_link, vif, in mt7925_mac_link_sta_add() 903 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add() 908 ret = mt7925_mcu_sta_update(dev, link_sta, vif, true, in mt7925_mac_link_sta_add() 1097 mt7925_mcu_sta_update(dev, link_sta, vif, true, MT76_STA_INFO_STATE_ASSOC); in mt7925_mac_link_sta_assoc() 1141 mt7925_mcu_sta_update(dev, link_sta, vif, false, in mt7925_mac_link_sta_remove() 1741 err = mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_start_ap() 1871 mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_vif_cfg_changed()
|
H A D | mt7925.h | 223 int mt7925_mcu_sta_update(struct mt792x_dev *dev,
|
H A D | mac.c | 1285 mt7925_mcu_sta_update(dev, NULL, vif, true, in mt7925_vif_connect_iter()
|
H A D | mcu.c | 1968 int mt7925_mcu_sta_update(struct mt792x_dev *dev, in mt7925_mcu_sta_update() function
|