Searched refs:gro_flush_code (Results 1 – 2 of 2) sorted by relevance
544 enum dp_rx_gro_flush_code gro_flush_code) in dp_rx_thread_gro_flush() argument556 gro_flush_code); in dp_rx_thread_gro_flush()570 enum dp_rx_gro_flush_code gro_flush_code; in dp_rx_should_flush() local572 gro_flush_code = qdf_atomic_read(&rx_thread->gro_flush_ind); in dp_rx_should_flush()574 gro_flush_code = DP_RX_GRO_NORMAL_FLUSH; in dp_rx_should_flush()576 return gro_flush_code; in dp_rx_should_flush()593 enum dp_rx_gro_flush_code gro_flush_code; in dp_rx_thread_sub_loop() local611 gro_flush_code = dp_rx_should_flush(rx_thread); in dp_rx_thread_sub_loop()615 if (gro_flush_code != DP_RX_GRO_NOT_FLUSH) { in dp_rx_thread_sub_loop()616 dp_rx_thread_gro_flush(rx_thread, gro_flush_code); in dp_rx_thread_sub_loop()
1355 enum dp_rx_gro_flush_code gro_flush_code = DP_RX_GRO_NORMAL_FLUSH; in dp_rx_thread_gro_flush_ind_cbk() local1369 gro_flush_code = DP_RX_GRO_LOW_TPUT_FLUSH; in dp_rx_thread_gro_flush_ind_cbk()1373 rx_ctx_id, gro_flush_code); in dp_rx_thread_gro_flush_ind_cbk()