Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_thread.c544 enum dp_rx_gro_flush_code gro_flush_code) in dp_rx_thread_gro_flush() argument
556 gro_flush_code); in dp_rx_thread_gro_flush()
570 enum dp_rx_gro_flush_code gro_flush_code; in dp_rx_should_flush() local
572 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() local
611 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()
H A Dwlan_dp_txrx.c1355 enum dp_rx_gro_flush_code gro_flush_code = DP_RX_GRO_NORMAL_FLUSH; in dp_rx_thread_gro_flush_ind_cbk() local
1369 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()