Home
last modified time | relevance | path

Searched refs:tmp_vif (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c4343 struct rtw89_vif *tmp_vif; in rtw89_roc_start() local
4369 rtw89_for_each_rtwvif(rtwdev, tmp_vif) { in rtw89_roc_start()
4373 rtw89_vif_for_each_link(tmp_vif, tmp_link, link_id) { in rtw89_roc_start()
4375 tmp_vif->offchan = true; in rtw89_roc_start()
4399 struct rtw89_vif *tmp_vif; in rtw89_roc_end() local
4427 rtw89_for_each_rtwvif(rtwdev, tmp_vif) in rtw89_roc_end()
4428 tmp_vif->offchan = false; in rtw89_roc_end()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c1211 struct ath12k_link_vif *arvif, *tmp_vif; in ath12k_mac_peer_cleanup_all() local
1255 list_for_each_entry_safe_reverse(arvif, tmp_vif, &ar->arvifs, list) { in ath12k_mac_peer_cleanup_all()