Lines Matching refs:nthreads
91 return cpu % priv->nthreads; in mvpp2_cpu_to_thread()
1138 if (smp_processor_id() > port->priv->nthreads) in mvpp2_interrupts_mask()
1156 if (smp_processor_id() > port->priv->nthreads) in mvpp2_interrupts_unmask()
2192 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_reserved_desc_num_proc()
2290 if (smp_processor_id() > port->priv->nthreads) in mvpp2_txq_sent_counter_clear()
2770 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_init()
2807 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_deinit()
2877 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_clean()
4473 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_stop()
5372 port->nqvecs = priv->nthreads + 1; in mvpp2_multi_queue_vectors_init()
5375 port->nqvecs = priv->nthreads; in mvpp2_multi_queue_vectors_init()
5525 for (thread = 0; thread < priv->nthreads; thread++) { in mvpp2_port_init()
6445 for (thread = 0; thread < priv->nthreads; thread++) { in mvpp2_port_probe()
6863 priv->nthreads = min_t(unsigned int, num_present_cpus(), in mvpp2_probe()
6866 shared = num_present_cpus() - priv->nthreads; in mvpp2_probe()