Searched refs:msgq_req (Results 1 – 7 of 7) sorted by relevance
37 struct rte_ring *msgq_req; member59 struct rte_ring *msgq_req; member83 if (t->msgq_req) in thread_free()84 rte_ring_free(t->msgq_req); in thread_free()98 struct rte_ring *msgq_req, *msgq_rsp; in thread_init() local106 msgq_req = rte_ring_create(name, in thread_init()111 if (msgq_req == NULL) { in thread_init()129 t->msgq_req = msgq_req; in thread_init()135 t_data->msgq_req = msgq_req; in thread_init()206 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local[all …]
38 struct rte_ring *msgq_req; member58 struct rte_ring *msgq_req; member95 if (t->msgq_req) in thread_free()123 if (msgq_req == NULL) { in thread_init()141 t->msgq_req = msgq_req; in thread_init()147 t_data->msgq_req = msgq_req; in thread_init()238 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local296 tdp->msgq_req = p->msgq_req; in thread_pipeline_enable()321 req->pipeline_enable.msgq_req = p->msgq_req; in thread_pipeline_enable()479 p->msgq_req = req->pipeline_enable.msgq_req; in thread_msg_handle_pipeline_enable()[all …]
82 struct rte_ring *msgq_req; in pipeline_create() local95 msgq_req = rte_ring_create(msgq_name, in pipeline_create()99 if (msgq_req == NULL) in pipeline_create()109 rte_ring_free(msgq_req); in pipeline_create()120 rte_ring_free(msgq_req); in pipeline_create()129 rte_ring_free(msgq_req); in pipeline_create()139 pipeline->msgq_req = msgq_req; in pipeline_create()
175 struct rte_ring *msgq_req; member
32 if (t->msgq_req) in softnic_thread_free()33 rte_ring_free(t->msgq_req); in softnic_thread_free()62 if (msgq_req == NULL) { in softnic_thread_init()82 t->msgq_req = msgq_req; in softnic_thread_init()88 t_data->msgq_req = msgq_req; in softnic_thread_init()229 struct rte_ring *msgq_req; member269 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local330 tdp->msgq_req = p->msgq_req; in softnic_thread_pipeline_enable()355 req->pipeline_enable.msgq_req = p->msgq_req; in softnic_thread_pipeline_enable()510 p->msgq_req = req->pipeline_enable.msgq_req; in thread_msg_handle_pipeline_enable()[all …]
92 rte_ring_free(pipeline->msgq_req); in softnic_pipeline_free()149 struct rte_ring *msgq_req; in softnic_pipeline_create() local164 msgq_req = rte_ring_create(resource_name, in softnic_pipeline_create()168 if (msgq_req == NULL) in softnic_pipeline_create()180 rte_ring_free(msgq_req); in softnic_pipeline_create()195 rte_ring_free(msgq_req); in softnic_pipeline_create()204 rte_ring_free(msgq_req); in softnic_pipeline_create()215 pipeline->msgq_req = msgq_req; in softnic_pipeline_create()
530 struct rte_ring *msgq_req; member560 struct rte_ring *msgq_req; member582 struct rte_ring *msgq_req; member595 struct rte_ring *msgq_req; member