Searched refs:evtThread (Results 1 – 2 of 2) sorted by relevance
2483 if (padapter->evtThread == NULL) { in rtw_start_drv_threads()2485 padapter->evtThread = kthread_run(event_thread, padapter, "RTW_EVENT_THREAD"); in rtw_start_drv_threads()2486 if (IS_ERR(padapter->evtThread)) { in rtw_start_drv_threads()2487 padapter->evtThread = NULL; in rtw_start_drv_threads()2505 if (padapter->evtThread) { in rtw_stop_drv_threads()2507 rtw_thread_stop(padapter->evtThread); in rtw_stop_drv_threads()2508 padapter->evtThread = NULL; in rtw_stop_drv_threads()
1822 _thread_hdl_ evtThread; member