Home
last modified time | relevance | path

Searched refs:host_mgmt_frame_handler (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/core/src/ !
H A Dwlan_mgmt_txrx_rx_reo.c6170 NULL, sim_context->host_mgmt_frame_handler[link_id], in mgmt_rx_reo_sim_frame_handler_fw()
6704 sim_context->host_mgmt_frame_handler[link_id] = wq; in mgmt_rx_reo_sim_start()
6735 drain_workqueue(sim_context->host_mgmt_frame_handler[link_id]); in mgmt_rx_reo_sim_start()
6736 destroy_workqueue(sim_context->host_mgmt_frame_handler[link_id]); in mgmt_rx_reo_sim_start()
6743 drain_workqueue(sim_context->host_mgmt_frame_handler[id]); in mgmt_rx_reo_sim_start()
6744 destroy_workqueue(sim_context->host_mgmt_frame_handler[id]); in mgmt_rx_reo_sim_start()
6781 drain_workqueue(sim_context->host_mgmt_frame_handler[link_id]); in mgmt_rx_reo_sim_stop()
6783 sim_context->host_mgmt_frame_handler[link_id]); in mgmt_rx_reo_sim_stop()
H A Dwlan_mgmt_txrx_rx_reo_i.h593 struct workqueue_struct *host_mgmt_frame_handler[MAX_MLO_LINKS]; member