Searched refs:nthreads (Results 1 – 2 of 2) sorted by relevance
91 return cpu % priv->nthreads; in mvpp2_cpu_to_thread()1434 if (cpu > port->priv->nthreads) in mvpp2_interrupts_mask()1456 if (cpu >= port->priv->nthreads) in mvpp2_interrupts_unmask()2545 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_reserved_desc_num_proc()2643 if (smp_processor_id() >= port->priv->nthreads) in mvpp2_txq_sent_counter_clear()3149 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_init()3186 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_deinit()3256 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_txq_clean()4893 for (thread = 0; thread < port->priv->nthreads; thread++) { in mvpp2_stop()5814 port->nqvecs = priv->nthreads + 1; in mvpp2_multi_queue_vectors_init()[all …]
1063 unsigned int nthreads; member