Searched refs:thread_conf (Results 1 – 4 of 4) sorted by relevance
76 struct thread_conf struct110 struct thread_conf rx_thread; argument111 struct thread_conf wt_thread;112 struct thread_conf tx_thread;162 void app_rx_thread(struct thread_conf **qconf);163 void app_tx_thread(struct thread_conf **qconf);164 void app_worker_thread(struct thread_conf **qconf);165 void app_mixed_thread(struct thread_conf **qconf);
62 app_rx_thread(struct thread_conf **confs) in app_rx_thread()66 struct thread_conf *conf; in app_rx_thread()115 app_send_burst(struct thread_conf *qconf) in app_send_burst()135 app_send_packets(struct thread_conf *qconf, struct rte_mbuf **mbufs, uint32_t nb_pkt) in app_send_packets()155 app_tx_thread(struct thread_conf **confs) in app_tx_thread()158 struct thread_conf *conf; in app_tx_thread()193 app_worker_thread(struct thread_conf **confs) in app_worker_thread()196 struct thread_conf *conf; in app_worker_thread()228 app_mixed_thread(struct thread_conf **confs) in app_mixed_thread()231 struct thread_conf *conf; in app_mixed_thread()
39 struct thread_conf *rx_confs[MAX_DATA_STREAMS]; in app_main_loop()40 struct thread_conf *wt_confs[MAX_DATA_STREAMS]; in app_main_loop()41 struct thread_conf *tx_confs[MAX_DATA_STREAMS]; in app_main_loop()
576 struct thread_conf { struct587 struct thread_conf conf; argument605 struct thread_conf conf;1900 struct thread_conf *thread_conf; in cpu_load_collector() local1921 thread_conf = &rx_thread[i].conf; in cpu_load_collector()1922 cpu_id = thread_conf->cpu_id; in cpu_load_collector()1932 thread_conf = &tx_thread[i].conf; in cpu_load_collector()1933 cpu_id = thread_conf->cpu_id; in cpu_load_collector()1936 if (thread_conf->cpu_id > max_cpu) in cpu_load_collector()1937 max_cpu = thread_conf->cpu_id; in cpu_load_collector()[all …]