Searched refs:thread_data (Results 1 – 4 of 4) sorted by relevance
63 struct thread_data { struct75 static struct thread_data thread_data[RTE_MAX_LCORE]; argument107 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()
66 struct thread_data { struct78 static struct thread_data thread_data[RTE_MAX_LCORE]; argument110 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()
47 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()
640 struct softnic_thread_data thread_data[RTE_MAX_LCORE]; member