Searched refs:total_msdu_reaped (Results 1 – 2 of 2) sorted by relevance
668 int total_msdu_reaped = 0; in ath12k_wifi7_dp_rx_process() local767 total_msdu_reaped++; in ath12k_wifi7_dp_rx_process()773 if (total_msdu_reaped >= budget) in ath12k_wifi7_dp_rx_process()792 if (!total_msdu_reaped) in ath12k_wifi7_dp_rx_process()811 return total_msdu_reaped; in ath12k_wifi7_dp_rx_process()
2660 int total_msdu_reaped = 0; in ath11k_dp_process_rx() local2742 total_msdu_reaped++; in ath11k_dp_process_rx()2746 if (total_msdu_reaped >= budget) in ath11k_dp_process_rx()2765 if (unlikely(!total_msdu_reaped)) in ath11k_dp_process_rx()2781 return total_msdu_reaped; in ath11k_dp_process_rx()