Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dmain.c306 struct rtw_dev *rtwdev = container_of(work, struct rtw_dev, ips_work); in rtw_ips_work()
1499 ieee80211_queue_work(rtwdev->hw, &rtwdev->ips_work); in rtw_core_scan_complete()
2135 INIT_WORK(&rtwdev->ips_work, rtw_ips_work); in rtw_core_init()
H A Dmac80211.c80 cancel_work_sync(&rtwdev->ips_work); in rtw_ops_config()
H A Dmain.h2024 struct work_struct ips_work; member
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Dmac80211.c83 cancel_work_sync(&rtwdev->ips_work); in rtw89_ops_config()
H A Dcore.c2356 ips_work); in rtw89_ips_work()
3624 INIT_WORK(&rtwdev->ips_work, rtw89_ips_work); in rtw89_core_init()
3699 ieee80211_queue_work(rtwdev->hw, &rtwdev->ips_work); in rtw89_core_scan_complete()
H A Dcore.h4323 struct work_struct ips_work; member