Home
last modified time | relevance | path

Searched refs:thread_data (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/pipeline/
H A Dthread.c63 struct thread_data { struct
75 static struct thread_data thread_data[RTE_MAX_LCORE]; argument
107 struct thread_data *t_data = &thread_data[i]; in thread_init()
252 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_enable()
331 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_disable()
417 thread_msg_handle_pipeline_enable(struct thread_data *t, in thread_msg_handle_pipeline_enable()
444 thread_msg_handle_pipeline_disable(struct thread_data *t, in thread_msg_handle_pipeline_disable()
481 thread_msg_handle(struct thread_data *t) in thread_msg_handle()
515 struct thread_data *t; in thread_main()
519 t = &thread_data[thread_id]; in thread_main()
/dpdk/examples/ip_pipeline/
H A Dthread.c66 struct thread_data { struct
78 static struct thread_data thread_data[RTE_MAX_LCORE]; argument
110 struct thread_data *t_data = &thread_data[i]; in thread_init()
279 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_enable()
369 struct thread_data *td = &thread_data[thread_id]; in thread_pipeline_disable()
455 thread_msg_handle_pipeline_enable(struct thread_data *t, in thread_msg_handle_pipeline_enable()
491 thread_msg_handle_pipeline_disable(struct thread_data *t, in thread_msg_handle_pipeline_disable()
528 thread_msg_handle(struct thread_data *t) in thread_msg_handle()
3086 struct thread_data *t; in thread_main()
3090 t = &thread_data[thread_id]; in thread_main()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c47 struct softnic_thread_data *t_data = &softnic->thread_data[i]; in softnic_thread_init()
314 struct softnic_thread_data *td = &softnic->thread_data[thread_id]; in softnic_thread_pipeline_enable()
396 struct softnic_thread_data *td = &softnic->thread_data[thread_id]; in softnic_thread_pipeline_disable()
2997 t = &softnic->thread_data[thread_id]; in rte_pmd_softnic_run_internal()
H A Drte_eth_softnic_internals.h640 struct softnic_thread_data thread_data[RTE_MAX_LCORE]; member