Searched refs:msgq_rsp (Results 1 – 7 of 7) sorted by relevance
38 struct rte_ring *msgq_rsp; member60 struct rte_ring *msgq_rsp; member86 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() local118 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 …]
39 struct rte_ring *msgq_rsp; member59 struct rte_ring *msgq_rsp; member98 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() local297 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 …]
83 struct rte_ring *msgq_rsp; in pipeline_create() local104 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()
176 struct rte_ring *msgq_rsp; member
35 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; member270 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local331 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 …]
93 rte_ring_free(pipeline->msgq_rsp); in softnic_pipeline_free()150 struct rte_ring *msgq_rsp; in softnic_pipeline_create() local175 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()
531 struct rte_ring *msgq_rsp; member561 struct rte_ring *msgq_rsp; member583 struct rte_ring *msgq_rsp; member596 struct rte_ring *msgq_rsp; member