Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dthread.c164 struct thread_msg_req { struct
186 static struct thread_msg_req * argument
189 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
203 struct thread_msg_req *req) in thread_msg_send_recv()
231 struct thread_msg_req *req; in thread_pipeline_enable()
304 struct thread_msg_req *req; in thread_pipeline_disable()
385 static inline struct thread_msg_req *
388 struct thread_msg_req *req; in thread_msg_recv()
411 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
438 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c220 struct thread_msg_req { struct
248 static struct thread_msg_req *
251 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
266 struct thread_msg_req *req) in thread_msg_send_recv()
293 struct thread_msg_req *req; in softnic_thread_pipeline_enable()
385 struct thread_msg_req *req; in softnic_thread_pipeline_disable()
468 static inline struct thread_msg_req *
471 struct thread_msg_req *req; in thread_msg_recv()
494 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
525 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c190 struct thread_msg_req { struct
218 static struct thread_msg_req *
221 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
235 struct thread_msg_req *req) in thread_msg_send_recv()
262 struct thread_msg_req *req; in thread_pipeline_enable()
351 struct thread_msg_req *req; in thread_pipeline_disable()
432 static inline struct thread_msg_req *
435 struct thread_msg_req *req; in thread_msg_recv()
458 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
494 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]