Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dthread.c56 uint32_t n_pipelines; member
134 t_data->n_pipelines = 0; in thread_init()
252 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()
259 td->n_pipelines++; in thread_pipeline_enable()
336 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()
344 td->n_pipelines--; in thread_pipeline_disable()
429 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
441 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
452 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
454 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c87 t_data->n_pipelines = 0; in softnic_thread_init()
295 uint32_t n_pipelines, i; in softnic_thread_pipeline_enable() local
322 td->p[td->n_pipelines] = p->p; in softnic_thread_pipeline_enable()
335 td->n_pipelines++; in softnic_thread_pipeline_enable()
387 uint32_t n_pipelines; in softnic_thread_pipeline_disable() local
420 td->n_pipelines--; in softnic_thread_pipeline_disable()
516 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
528 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
539 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
541 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]
H A Drte_eth_softnic_internals.h592 uint32_t n_pipelines; member
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c68 uint32_t n_pipelines; member
146 t_data->n_pipelines = 0; in thread_init()
288 td->p[td->n_pipelines] = p->p; in thread_pipeline_enable()
301 td->n_pipelines++; in thread_pipeline_enable()
383 td->p[td->n_pipelines - 1]; in thread_pipeline_disable()
391 td->n_pipelines--; in thread_pipeline_disable()
485 t->n_pipelines++; in thread_msg_handle_pipeline_enable()
497 uint32_t n_pipelines = t->n_pipelines; in thread_msg_handle_pipeline_disable() local
508 if (i < n_pipelines - 1) { in thread_msg_handle_pipeline_disable()
510 t->p[n_pipelines - 1]; in thread_msg_handle_pipeline_disable()
[all …]