Searched defs:rx_thread (Results 1 – 4 of 4) sorted by relevance
137 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 …]
193 struct dp_rx_thread **rx_thread; member