Home
last modified time | relevance | path

Searched refs:msgq_rsp (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/examples/pipeline/
H A Dthread.c38 struct rte_ring *msgq_rsp; member
60 struct rte_ring *msgq_rsp; member
86 if (t->msgq_rsp) in thread_free()
87 rte_ring_free(t->msgq_rsp); in thread_free()
98 struct rte_ring *msgq_req, *msgq_rsp; in thread_init() local
118 msgq_rsp = rte_ring_create(name, in thread_init()
123 if (msgq_rsp == NULL) { in thread_init()
130 t->msgq_rsp = msgq_rsp; in thread_init()
136 t_data->msgq_rsp = msgq_rsp; in thread_init()
207 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c39 struct rte_ring *msgq_rsp; member
59 struct rte_ring *msgq_rsp; member
98 if (t->msgq_rsp) in thread_free()
135 if (msgq_rsp == NULL) { in thread_init()
142 t->msgq_rsp = msgq_rsp; in thread_init()
148 t_data->msgq_rsp = msgq_rsp; in thread_init()
239 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
297 tdp->msgq_rsp = p->msgq_rsp; in thread_pipeline_enable()
322 req->pipeline_enable.msgq_rsp = p->msgq_rsp; in thread_pipeline_enable()
480 p->msgq_rsp = req->pipeline_enable.msgq_rsp; in thread_msg_handle_pipeline_enable()
[all …]
H A Dpipeline.c83 struct rte_ring *msgq_rsp; in pipeline_create() local
104 msgq_rsp = rte_ring_create(msgq_name, in pipeline_create()
108 if (msgq_rsp == NULL) { in pipeline_create()
119 rte_ring_free(msgq_rsp); in pipeline_create()
128 rte_ring_free(msgq_rsp); in pipeline_create()
140 pipeline->msgq_rsp = msgq_rsp; in pipeline_create()
H A Dpipeline.h176 struct rte_ring *msgq_rsp; member
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c35 if (t->msgq_rsp) in softnic_thread_free()
36 rte_ring_free(t->msgq_rsp); in softnic_thread_free()
76 if (msgq_rsp == NULL) { in softnic_thread_init()
83 t->msgq_rsp = msgq_rsp; in softnic_thread_init()
89 t_data->msgq_rsp = msgq_rsp; in softnic_thread_init()
230 struct rte_ring *msgq_rsp; member
270 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
331 tdp->msgq_rsp = p->msgq_rsp; in softnic_thread_pipeline_enable()
356 req->pipeline_enable.msgq_rsp = p->msgq_rsp; in softnic_thread_pipeline_enable()
511 p->msgq_rsp = req->pipeline_enable.msgq_rsp; in thread_msg_handle_pipeline_enable()
[all …]
H A Drte_eth_softnic_pipeline.c93 rte_ring_free(pipeline->msgq_rsp); in softnic_pipeline_free()
150 struct rte_ring *msgq_rsp; in softnic_pipeline_create() local
175 msgq_rsp = rte_ring_create(resource_name, in softnic_pipeline_create()
179 if (msgq_rsp == NULL) { in softnic_pipeline_create()
194 rte_ring_free(msgq_rsp); in softnic_pipeline_create()
203 rte_ring_free(msgq_rsp); in softnic_pipeline_create()
216 pipeline->msgq_rsp = msgq_rsp; in softnic_pipeline_create()
H A Drte_eth_softnic_internals.h531 struct rte_ring *msgq_rsp; member
561 struct rte_ring *msgq_rsp; member
583 struct rte_ring *msgq_rsp; member
596 struct rte_ring *msgq_rsp; member