Searched refs:cmdThread (Results 1 – 3 of 3) sorted by relevance
378 void *cmdThread; member
509 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()510 if (IS_ERR(padapter->cmdThread)) in rtw_start_drv_threads()
366 if (adapter->cmdThread && in rtw_stop_cmd_thread()