Home
last modified time | relevance | path

Searched refs:thread_msg_rsp (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/pipeline/
H A Dthread.c186 struct thread_msg_rsp { struct
208 static struct thread_msg_rsp *
215 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
239 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
312 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
407 struct thread_msg_rsp *rsp) in thread_msg_send()
416 static struct thread_msg_rsp *
420 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
443 static struct thread_msg_rsp *
447 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c237 struct thread_msg_rsp { struct
259 static struct thread_msg_rsp *
267 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
290 struct thread_msg_rsp *rsp; in softnic_thread_pipeline_enable()
382 struct thread_msg_rsp *rsp; in softnic_thread_pipeline_disable()
479 struct thread_msg_rsp *rsp) in thread_msg_send()
488 static struct thread_msg_rsp *
492 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *)req; in thread_msg_handle_pipeline_enable()
519 static struct thread_msg_rsp *
523 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *)req; in thread_msg_handle_pipeline_disable()
[all …]
/dpdk/examples/ip_pipeline/
H A Dthread.c209 struct thread_msg_rsp { struct
231 static struct thread_msg_rsp *
238 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
261 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
350 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
445 struct thread_msg_rsp *rsp) in thread_msg_send()
454 static struct thread_msg_rsp *
458 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
490 static struct thread_msg_rsp *
494 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
[all …]