Home
last modified time | relevance | path

Searched refs:hal_ind_wq (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h227 struct workqueue_struct *hal_ind_wq; member
Dmain.c1096 flush_workqueue(wcn->hal_ind_wq); in wcn36xx_suspend()
1107 flush_workqueue(wcn->hal_ind_wq); in wcn36xx_resume()
Dsmd.c2831 queue_work(wcn->hal_ind_wq, &wcn->hal_ind_work); in wcn36xx_smd_rsp_process()
2908 wcn->hal_ind_wq = create_freezable_workqueue("wcn36xx_smd_ind"); in wcn36xx_smd_open()
2909 if (!wcn->hal_ind_wq) in wcn36xx_smd_open()
2924 destroy_workqueue(wcn->hal_ind_wq); in wcn36xx_smd_close()