Home
last modified time | relevance | path

Searched refs:fst_update_wq (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_fst.c283 qdf_flush_workqueue(0, fst->fst_update_wq); in dp_rx_fst_cmem_deinit()
284 qdf_destroy_workqueue(0, fst->fst_update_wq); in dp_rx_fst_cmem_deinit()
312 fst->fst_update_wq = in dp_rx_fst_cmem_init()
314 if (!fst->fst_update_wq) { in dp_rx_fst_cmem_init()
691 fst->fst_update_wq, in dp_rx_fst_requeue_wq()
H A Dwlan_dp_fisa_rx.c1090 fisa_hdl->fst_update_wq, in dp_fisa_rx_queue_fst_update_work()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h562 qdf_workqueue_t *fst_update_wq; member