Searched refs:stop_threshold (Results 1 – 4 of 4) sorted by relevance
826 __le32 stop_threshold; member
1419 int stop_threshold; member
3166 txq_pcpu->stop_threshold = txq->size - MVPP2_MAX_SKB_DESCS; in mvpp2_txq_init()3167 txq_pcpu->wake_threshold = txq_pcpu->stop_threshold / 2; in mvpp2_txq_init()3660 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_xdp_finish_tx()4446 if (txq_pcpu->count >= txq_pcpu->stop_threshold) in mvpp2_tx()
729 trig_thold = le32_to_cpu(trig_stats->stop_threshold); in iwl_mvm_rx_stats_check_trigger()
Completed in 33 milliseconds