Lines Matching refs:nthreads
92 return cpu % priv->nthreads; in mvpp2_cpu_to_thread()
1058 if (smp_processor_id() > port->priv->nthreads) in mvpp2_interrupts_mask()
1076 if (smp_processor_id() > port->priv->nthreads) in mvpp2_interrupts_unmask()
1983 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_reserved_desc_num_proc()
2081 if (smp_processor_id() > port->priv->nthreads) in mvpp2_txq_sent_counter_clear()
2514 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_init()
2551 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_deinit()
2621 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_clean()
3742 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_stop()
4434 port->nqvecs = priv->nthreads + 1; in mvpp2_multi_queue_vectors_init()
4437 port->nqvecs = priv->nthreads; in mvpp2_multi_queue_vectors_init()
4587 for (thread = 0; thread < priv->nthreads; thread++) { in mvpp2_port_init()
5358 for (thread = 0; thread < priv->nthreads; thread++) { in mvpp2_port_probe()
5766 priv->nthreads = min_t(unsigned int, num_present_cpus(), in mvpp2_probe()
5769 shared = num_present_cpus() - priv->nthreads; in mvpp2_probe()