Searched refs:msgq_req (Results 1 – 7 of 7) sorted by relevance
46 struct rte_ring *msgq_req; member68 struct rte_ring *msgq_req; member92 rte_ring_free(t->msgq_req); in thread_free()105 struct rte_ring *msgq_req, *msgq_rsp; in thread_init() local113 msgq_req = rte_ring_create(name, in thread_init()118 if (msgq_req == NULL) { in thread_init()136 t->msgq_req = msgq_req; in thread_init()142 t_data->msgq_req = msgq_req; in thread_init()213 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local393 thread_msg_recv(struct rte_ring *msgq_req) in thread_msg_recv() argument[all …]
38 struct rte_ring *msgq_req; member58 struct rte_ring *msgq_req; member71 struct rte_ring *msgq_req; member121 if (msgq_req == NULL) { in thread_init()139 t->msgq_req = msgq_req; in thread_init()145 t_data->msgq_req = msgq_req; in thread_init()236 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local294 tdp->msgq_req = p->msgq_req; in thread_pipeline_enable()319 req->pipeline_enable.msgq_req = p->msgq_req; in thread_pipeline_enable()477 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 rte_ring_free(t->msgq_req); in softnic_thread_free()45 struct rte_ring *msgq_req, *msgq_rsp; in softnic_thread_init() local60 if (msgq_req == NULL) { in softnic_thread_init()80 t->msgq_req = msgq_req; in softnic_thread_init()86 t_data->msgq_req = msgq_req; in softnic_thread_init()225 struct rte_ring *msgq_req; member265 struct rte_ring *msgq_req = t->msgq_req; in thread_msg_send_recv() local326 tdp->msgq_req = p->msgq_req; in softnic_thread_pipeline_enable()351 req->pipeline_enable.msgq_req = p->msgq_req; in softnic_thread_pipeline_enable()506 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()
542 struct rte_ring *msgq_req; member572 struct rte_ring *msgq_req; member594 struct rte_ring *msgq_req; member607 struct rte_ring *msgq_req; member