Searched refs:thread_conf (Results 1 – 3 of 3) 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;165 void app_rx_thread(struct thread_conf **qconf);166 void app_tx_thread(struct thread_conf **qconf);167 void app_worker_thread(struct thread_conf **qconf);168 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()