Home
last modified time | relevance | path

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

/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() argument
100 qdf_thread_set_cpus_allowed_mask(refill_thread->task, &new_mask); 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() argument
897 QDF_STATUS dp_rx_refill_thread_init(struct dp_rx_refill_thread *refill_thread) in dp_rx_refill_thread_init() argument
906 refill_thread->state = DP_RX_REFILL_THREAD_INVALID; in dp_rx_refill_thread_init()
907 refill_thread->event_flag = 0; in dp_rx_refill_thread_init()
908 qdf_event_create(&refill_thread->start_event); in dp_rx_refill_thread_init()
909 qdf_event_create(&refill_thread->suspend_event); in dp_rx_refill_thread_init()
910 qdf_event_create(&refill_thread->resume_event); in dp_rx_refill_thread_init()
911 qdf_event_create(&refill_thread->shutdown_event); in dp_rx_refill_thread_init()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_rx_thread.h231 struct dp_rx_refill_thread refill_thread; member
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() local
486 refill_thread = &dp_ext_hdl->refill_thread; in dp_txrx_resume()
487 if (refill_thread->enabled) { in dp_txrx_resume()
488 qdf_status = dp_rx_refill_thread_resume(refill_thread); in dp_txrx_resume()
508 struct dp_rx_refill_thread *refill_thread; in dp_txrx_suspend() local
[all …]