Lines Matching refs:tx_thread
616 struct thread_tx_conf tx_thread[MAX_TX_THREAD]; variable
1932 thread_conf = &tx_thread[i].conf; in cpu_load_collector()
2253 tx_thread[i].conf.thread_id = i; in lthread_spawner()
2255 (void *)&tx_thread[i]); in lthread_spawner()
2468 if (tx_thread[i].conf.lcore_id == lcore_id) { in pthread_run()
2471 RTE_PER_LCORE(lcore_conf)->data = (void *)&tx_thread[i]; in pthread_run()
2472 pthread_tx((void *)&tx_thread[i]); in pthread_run()
2556 tx_conf = &tx_thread[tx_thread_id]; in init_rx_rings()
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()
3649 tx_thread[lcore_id].tx_queue_id[portid] = queueid; in main()