Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dthread.c179 struct thread_msg_rsp { struct
201 static struct thread_msg_rsp *
208 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
232 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
305 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
400 struct thread_msg_rsp *rsp) in thread_msg_send()
409 static struct thread_msg_rsp *
413 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
436 static struct thread_msg_rsp *
440 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c241 struct thread_msg_rsp { struct
263 static struct thread_msg_rsp *
271 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
294 struct thread_msg_rsp *rsp; in softnic_thread_pipeline_enable()
386 struct thread_msg_rsp *rsp; in softnic_thread_pipeline_disable()
483 struct thread_msg_rsp *rsp) in thread_msg_send()
492 static struct thread_msg_rsp *
496 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *)req; in thread_msg_handle_pipeline_enable()
523 static struct thread_msg_rsp *
527 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *)req; in thread_msg_handle_pipeline_disable()
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c211 struct thread_msg_rsp { struct
233 static struct thread_msg_rsp *
240 struct thread_msg_rsp *rsp; in thread_msg_send_recv()
263 struct thread_msg_rsp *rsp; in thread_pipeline_enable()
352 struct thread_msg_rsp *rsp; in thread_pipeline_disable()
447 struct thread_msg_rsp *rsp) in thread_msg_send()
456 static struct thread_msg_rsp *
460 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_enable()
492 static struct thread_msg_rsp *
496 struct thread_msg_rsp *rsp = (struct thread_msg_rsp *) req; in thread_msg_handle_pipeline_disable()
[all …]