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()
153 void *cmdThread; member
546 void *cmdThread; member
547 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()548 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()
390 if (adapter->cmdThread && in rtw_stop_cmd_thread()