Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_rx_thread.h153 struct dp_rx_refill_thread { struct
231 struct dp_rx_refill_thread refill_thread;
241 QDF_STATUS dp_rx_refill_thread_init(struct dp_rx_refill_thread *refill_thread);
250 dp_rx_refill_thread_deinit(struct dp_rx_refill_thread *refill_thread);
298 dp_rx_refill_thread_suspend(struct dp_rx_refill_thread *refill_thread);
327 dp_rx_refill_thread_resume(struct dp_rx_refill_thread *refill_thread);
473 struct dp_rx_refill_thread *refill_thread; in dp_txrx_resume()
508 struct dp_rx_refill_thread *refill_thread; in dp_txrx_suspend()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_rx_thread.c85 dp_rx_refill_thread_set_affinity(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_set_affinity()
107 dp_rx_refill_thread_set_affinity(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_set_affinity()
701 static int dp_rx_refill_thread_sub_loop(struct dp_rx_refill_thread *rx_thread, in dp_rx_refill_thread_sub_loop()
737 struct dp_rx_refill_thread *rx_thread = arg; in dp_rx_refill_thread_loop()
897 QDF_STATUS dp_rx_refill_thread_init(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_init()
935 QDF_STATUS dp_rx_refill_thread_deinit(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_deinit()
1068 dp_rx_refill_thread_suspend(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_suspend()
1298 QDF_STATUS dp_rx_refill_thread_resume(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_resume()
1469 struct dp_rx_refill_thread *rx_thread; in dp_rx_refill_thread_schedule()