Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dthread.c21 #ifndef THREAD_PIPELINES_MAX
22 #define THREAD_PIPELINES_MAX 256 macro
64 struct rte_swx_pipeline *p[THREAD_PIPELINES_MAX];
67 struct pipeline_data pipeline_data[THREAD_PIPELINES_MAX];
255 if (td->n_pipelines >= THREAD_PIPELINES_MAX) in thread_pipeline_enable()
424 if (t->n_pipelines >= THREAD_PIPELINES_MAX) { in thread_msg_handle_pipeline_enable()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_internals.h556 #ifndef THREAD_PIPELINES_MAX
557 #define THREAD_PIPELINES_MAX 256 macro
603 struct rte_pipeline *p[THREAD_PIPELINES_MAX];
606 struct pipeline_data pipeline_data[THREAD_PIPELINES_MAX];
H A Drte_eth_softnic_thread.c304 if (n_pipelines >= THREAD_PIPELINES_MAX) in softnic_thread_pipeline_enable()
/dpdk/examples/ip_pipeline/
H A Dthread.c22 #ifndef THREAD_PIPELINES_MAX
23 #define THREAD_PIPELINES_MAX 256 macro
67 struct rte_pipeline *p[THREAD_PIPELINES_MAX];
70 struct pipeline_data pipeline_data[THREAD_PIPELINES_MAX];
282 if (td->n_pipelines >= THREAD_PIPELINES_MAX) in thread_pipeline_enable()
463 if (t->n_pipelines >= THREAD_PIPELINES_MAX) { in thread_msg_handle_pipeline_enable()