Searched refs:cmdThread (Results 1 – 5 of 5) sorted by relevance
340 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, in rtw_start_drv_threads()342 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()343 err = PTR_ERR(padapter->cmdThread); in rtw_start_drv_threads()357 if (padapter->cmdThread) in rtw_stop_drv_threads()
154 void *cmdThread; member
551 void *cmdThread; member
567 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()568 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()
392 if (adapter->cmdThread && in rtw_stop_cmd_thread()