Home
last modified time | relevance | path

Searched defs:rx_thread (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c137 static void dp_rx_tm_thread_dump_stats(struct dp_rx_thread *rx_thread) in dp_rx_tm_thread_dump_stats()
284 static QDF_STATUS dp_rx_tm_thread_enqueue(struct dp_rx_thread *rx_thread, in dp_rx_tm_thread_enqueue()
389 dp_rx_tm_thread_gro_flush_ind(struct dp_rx_thread *rx_thread, in dp_rx_tm_thread_gro_flush_ind()
433 static qdf_nbuf_t dp_rx_tm_thread_dequeue(struct dp_rx_thread *rx_thread) in dp_rx_tm_thread_dequeue()
452 static inline bool dp_rx_thread_should_yield(struct dp_rx_thread *rx_thread, in dp_rx_thread_should_yield()
461 static inline bool dp_rx_thread_should_yield(struct dp_rx_thread *rx_thread, in dp_rx_thread_should_yield()
474 static int dp_rx_thread_process_nbufq(struct dp_rx_thread *rx_thread) in dp_rx_thread_process_nbufq()
543 static void dp_rx_thread_gro_flush(struct dp_rx_thread *rx_thread, in dp_rx_thread_gro_flush()
568 dp_rx_should_flush(struct dp_rx_thread *rx_thread) in dp_rx_should_flush()
591 static int dp_rx_thread_sub_loop(struct dp_rx_thread *rx_thread, bool *shutdown) in dp_rx_thread_sub_loop()
[all …]
/wlan-driver/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c
H A Dl2_packet_ndis.c
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_rx_thread.h193 struct dp_rx_thread **rx_thread; member