Searched refs:recvThread (Results 1 – 2 of 2) sorted by relevance
2457 if (padapter->recvThread == NULL) { in rtw_start_drv_threads()2459 padapter->recvThread = kthread_run(rtw_recv_thread, padapter, "RTW_RECV_THREAD"); in rtw_start_drv_threads()2460 if (IS_ERR(padapter->recvThread)) { in rtw_start_drv_threads()2461 padapter->recvThread = NULL; in rtw_start_drv_threads()2528 if (is_primary_adapter(padapter) && padapter->recvThread) { in rtw_stop_drv_threads()2531 rtw_thread_stop(padapter->recvThread); in rtw_stop_drv_threads()2532 padapter->recvThread = NULL; in rtw_stop_drv_threads()
1828 _thread_hdl_ recvThread; member