Searched refs:msgq_rsp (Results 1 – 7 of 7) sorted by relevance
47 struct rte_ring *msgq_rsp; member69 struct rte_ring *msgq_rsp; member94 rte_ring_free(t->msgq_rsp); in thread_free()105 struct rte_ring *msgq_req, *msgq_rsp; in thread_init() local125 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() local406 thread_msg_send(struct rte_ring *msgq_rsp, in thread_msg_send() argument[all …]
39 struct rte_ring *msgq_rsp; member59 struct rte_ring *msgq_rsp; member72 struct rte_ring *msgq_rsp; member133 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() local295 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 …]
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
34 rte_ring_free(t->msgq_rsp); in softnic_thread_free()45 struct rte_ring *msgq_req, *msgq_rsp; in softnic_thread_init() local74 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; member266 struct rte_ring *msgq_rsp = t->msgq_rsp; in thread_msg_send_recv() local327 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 …]
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()
543 struct rte_ring *msgq_rsp; member573 struct rte_ring *msgq_rsp; member595 struct rte_ring *msgq_rsp; member608 struct rte_ring *msgq_rsp; member