Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dthread.c47 struct rte_ring *msgq_rsp; member
69 struct rte_ring *msgq_rsp; member
94 rte_ring_free(t->msgq_rsp); in thread_free()
105 struct rte_ring *msgq_req, *msgq_rsp; in thread_init() local
125 msgq_rsp = rte_ring_create(name, in thread_init()
130 if (msgq_rsp == NULL) { in thread_init()
137 t->msgq_rsp = msgq_rsp; in thread_init()
143 t_data->msgq_rsp = msgq_rsp; in thread_init()
214 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
406 thread_msg_send(struct rte_ring *msgq_rsp, in thread_msg_send() argument
[all …]
/dpdk/examples/ip_pipeline/
H A Dthread.c39 struct rte_ring *msgq_rsp; member
59 struct rte_ring *msgq_rsp; member
72 struct rte_ring *msgq_rsp; member
133 if (msgq_rsp == NULL) { in thread_init()
140 t->msgq_rsp = msgq_rsp; in thread_init()
146 t_data->msgq_rsp = msgq_rsp; in thread_init()
237 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
295 tdp->msgq_rsp = p->msgq_rsp; in thread_pipeline_enable()
320 req->pipeline_enable.msgq_rsp = p->msgq_rsp; in thread_pipeline_enable()
478 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
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c34 rte_ring_free(t->msgq_rsp); in softnic_thread_free()
45 struct rte_ring *msgq_req, *msgq_rsp; in softnic_thread_init() local
74 if (msgq_rsp == NULL) { in softnic_thread_init()
81 t->msgq_rsp = msgq_rsp; in softnic_thread_init()
87 t_data->msgq_rsp = msgq_rsp; in softnic_thread_init()
226 struct rte_ring *msgq_rsp; member
266 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local
327 tdp->msgq_rsp = p->msgq_rsp; in softnic_thread_pipeline_enable()
352 req->pipeline_enable.msgq_rsp = p->msgq_rsp; in softnic_thread_pipeline_enable()
507 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.h543 struct rte_ring *msgq_rsp; member
573 struct rte_ring *msgq_rsp; member
595 struct rte_ring *msgq_rsp; member
608 struct rte_ring *msgq_rsp; member