Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dthread.c65 uint32_t n_pipelines; member
141 t_data->n_pipelines = 0; in thread_init()
259 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()
266 td->n_pipelines++; in thread_pipeline_enable()
343 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()
351 td->n_pipelines--; in thread_pipeline_disable()
436 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
448 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
459 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
461 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c85 t_data->n_pipelines = 0; in softnic_thread_init()
291 uint32_t n_pipelines, i; in softnic_thread_pipeline_enable() local
318 td->p[td->n_pipelines] = p->p; in softnic_thread_pipeline_enable()
331 td->n_pipelines++; in softnic_thread_pipeline_enable()
383 uint32_t n_pipelines; in softnic_thread_pipeline_disable() local
416 td->n_pipelines--; in softnic_thread_pipeline_disable()
512 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
524 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
535 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
537 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]
H A Drte_eth_softnic_internals.h604 uint32_t n_pipelines; member
/dpdk/examples/ip_pipeline/
H A Dthread.c68 uint32_t n_pipelines; member
144 t_data->n_pipelines = 0; in thread_init()
286 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()
299 td->n_pipelines++; in thread_pipeline_enable()
381 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()
389 td->n_pipelines--; in thread_pipeline_disable()
483 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
495 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
506 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
508 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]