Searched refs:mac_hw_thread (Results 1 – 2 of 2) sorted by relevance
6679 qdf_thread_t *mac_hw_thread; in mgmt_rx_reo_sim_start() local6716 mac_hw_thread = qdf_create_thread(mgmt_rx_reo_sim_mac_hw_thread, in mgmt_rx_reo_sim_start()6718 if (!mac_hw_thread) { in mgmt_rx_reo_sim_start()6724 sim_context->mac_hw_sim.mac_hw_thread = mac_hw_thread; in mgmt_rx_reo_sim_start()6726 qdf_wake_up_process(sim_context->mac_hw_sim.mac_hw_thread); in mgmt_rx_reo_sim_start()6767 status = qdf_thread_join(sim_context->mac_hw_sim.mac_hw_thread); in mgmt_rx_reo_sim_stop()6773 sim_context->mac_hw_sim.mac_hw_thread = NULL; in mgmt_rx_reo_sim_stop()
578 qdf_thread_t *mac_hw_thread; member