Lines Matching refs:n_tx_thread
615 uint16_t n_tx_thread; variable
1911 n_tx_thread); in cpu_load_collector()
1916 while (rte_atomic16_read(&tx_counter) < n_tx_thread) in cpu_load_collector()
1930 for (i = 0; i < n_tx_thread; i++) { in cpu_load_collector()
1973 n_rx_thread, n_tx_thread); in cpu_load_collector()
2252 for (i = 0; i < n_tx_thread; i++) { in lthread_spawner()
2467 for (i = 0; i < n_tx_thread; i++) in pthread_run()
2554 for (tx_thread_id = 0; tx_thread_id < n_tx_thread; tx_thread_id++) { in init_rx_rings()
2562 if (rx_thread_id > n_tx_thread) { in init_rx_rings()
2630 n_tx_thread = 0; in init_tx_threads()
2632 tx_thread[n_tx_thread].conf.thread_id = tx_thread_params[i].thread_id; in init_tx_threads()
2633 tx_thread[n_tx_thread].conf.lcore_id = tx_thread_params[i].lcore_id; in init_tx_threads()
2634 n_tx_thread++; in init_tx_threads()