Searched refs:rte_swx_pipeline (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_swx_pipeline.h | 45 struct rte_swx_pipeline; 62 rte_swx_pipeline_config(struct rte_swx_pipeline **p, 109 rte_swx_pipeline_port_in_config(struct rte_swx_pipeline *p, 158 rte_swx_pipeline_port_out_config(struct rte_swx_pipeline *p, 495 rte_swx_pipeline_action_config(struct rte_swx_pipeline *p, 611 rte_swx_pipeline_table_config(struct rte_swx_pipeline *p, 655 rte_swx_pipeline_build(struct rte_swx_pipeline *p); 678 rte_swx_pipeline_build_from_spec(struct rte_swx_pipeline *p, 693 rte_swx_pipeline_run(struct rte_swx_pipeline *p, 706 rte_swx_pipeline_flush(struct rte_swx_pipeline *p); [all …]
|
| H A D | rte_swx_ctl.h | 24 struct rte_swx_pipeline; 63 rte_swx_ctl_pipeline_info_get(struct rte_swx_pipeline *p, 79 rte_swx_ctl_pipeline_numa_node_get(struct rte_swx_pipeline *p, 152 rte_swx_ctl_action_info_get(struct rte_swx_pipeline *p, 182 rte_swx_ctl_action_arg_info_get(struct rte_swx_pipeline *p, 230 rte_swx_ctl_table_info_get(struct rte_swx_pipeline *p, 305 rte_swx_ctl_table_action_info_get(struct rte_swx_pipeline *p, 331 rte_swx_ctl_table_ops_get(struct rte_swx_pipeline *p, 372 rte_swx_pipeline_table_state_get(struct rte_swx_pipeline *p, 391 rte_swx_pipeline_table_state_set(struct rte_swx_pipeline *p, [all …]
|
| H A D | rte_swx_pipeline.c | 971 struct rte_swx_pipeline { struct 1102 struct_build(struct rte_swx_pipeline *p) in struct_build() 1130 struct_free(struct rte_swx_pipeline *p) in struct_free() 1280 port_in_free(struct rte_swx_pipeline *p) in port_in_free() 2019 header_parse(struct rte_swx_pipeline *p, in header_parse() 2112 header_build(struct rte_swx_pipeline *p) in header_build() 2176 header_free(struct rte_swx_pipeline *p) in header_free() 2428 thread_yield(struct rte_swx_pipeline *p) in thread_yield() 6152 instr_exec(struct rte_swx_pipeline *p) in instr_exec() 6794 table_free(struct rte_swx_pipeline *p) in table_free() [all …]
|
| H A D | meson.build | 7 'rte_swx_pipeline.c', 13 'rte_swx_pipeline.h',
|
| H A D | rte_swx_ctl.c | 60 struct rte_swx_pipeline *p; 728 rte_swx_ctl_pipeline_create(struct rte_swx_pipeline *p) in rte_swx_ctl_pipeline_create()
|
| H A D | rte_swx_pipeline_spec.c | 1058 rte_swx_pipeline_build_from_spec(struct rte_swx_pipeline *p, in rte_swx_pipeline_build_from_spec()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | thread.c | 49 struct rte_swx_pipeline *p; 55 struct rte_swx_pipeline *p[THREAD_PIPELINES_MAX]; 169 struct rte_swx_pipeline *p; 174 struct rte_swx_pipeline *p; 335 struct rte_swx_pipeline *pipeline_last = in thread_pipeline_disable() 442 struct rte_swx_pipeline *pipeline = req->pipeline_disable.p; in thread_msg_handle_pipeline_disable() 453 struct rte_swx_pipeline *pipeline_last = in thread_msg_handle_pipeline_disable()
|
| H A D | obj.h | 114 struct rte_swx_pipeline *p;
|
| H A D | obj.c | 372 struct rte_swx_pipeline *p = NULL; in pipeline_create()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 182 [pipeline] (@ref rte_swx_pipeline.h)
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 1205 …ble entry, call extern object member functions or extern functions. See the rte_swx_pipeline.h file
|