Searched refs:cmdThread (Results 1 – 3 of 3) sorted by relevance
2469 if (padapter->cmdThread == NULL) { in rtw_start_drv_threads()2471 padapter->cmdThread = kthread_run(rtw_cmd_thread, padapter, "RTW_CMD_THREAD"); in rtw_start_drv_threads()2472 if (IS_ERR(padapter->cmdThread)) { in rtw_start_drv_threads()2473 padapter->cmdThread = NULL; in rtw_start_drv_threads()
1820 _thread_hdl_ cmdThread; member
518 if (adapter->cmdThread) { in rtw_stop_cmd_thread()520 rtw_thread_stop(adapter->cmdThread); in rtw_stop_cmd_thread()521 adapter->cmdThread = NULL; in rtw_stop_cmd_thread()