Searched refs:rtwvif_target (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c2339 struct rtw_vif *rtwvif_target = (struct rtw_vif *)vif->drv_priv; local
2343 if (rtwvif_target->port != RTW_PORT_0)
2347 rtwvif_ap->port, rtwvif_target->port);
2353 reg2 = &rtwvif_target->conf->net_type;
2357 reg2 = &rtwvif_target->conf->mac_addr;
2361 reg2 = &rtwvif_target->conf->bssid;
2365 reg2 = &rtwvif_target->conf->bcn_ctrl;
2368 swap(rtwvif_target->port, rtwvif_ap->port);
2369 swap(rtwvif_target->conf, rtwvif_ap->conf);
2371 rtw_fw_default_port(rtwdev, rtwvif_target);
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2812 struct rtw89_vif *rtwvif_target = data, *rtwvif = rtwsta->rtwvif; local
2818 if (rtwvif->sub_entity_idx != rtwvif_target->sub_entity_idx)

Completed in 171 milliseconds