Home
last modified time | relevance | path

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

/dpdk/examples/pipeline/
H A Dthread.c171 struct thread_msg_req { struct
193 static struct thread_msg_req * argument
196 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
210 struct thread_msg_req *req) in thread_msg_send_recv()
238 struct thread_msg_req *req; in thread_pipeline_enable()
311 struct thread_msg_req *req; in thread_pipeline_disable()
392 static inline struct thread_msg_req *
395 struct thread_msg_req *req; in thread_msg_recv()
418 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
445 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c216 struct thread_msg_req { struct
244 static struct thread_msg_req *
247 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
262 struct thread_msg_req *req) in thread_msg_send_recv()
289 struct thread_msg_req *req; in softnic_thread_pipeline_enable()
381 struct thread_msg_req *req; in softnic_thread_pipeline_disable()
464 static inline struct thread_msg_req *
467 struct thread_msg_req *req; in thread_msg_recv()
490 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
521 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]
/dpdk/examples/ip_pipeline/
H A Dthread.c188 struct thread_msg_req { struct
216 static struct thread_msg_req *
219 size_t size = RTE_MAX(sizeof(struct thread_msg_req), in thread_msg_alloc()
233 struct thread_msg_req *req) in thread_msg_send_recv()
260 struct thread_msg_req *req; in thread_pipeline_enable()
349 struct thread_msg_req *req; in thread_pipeline_disable()
430 static inline struct thread_msg_req *
433 struct thread_msg_req *req; in thread_msg_recv()
456 struct thread_msg_req *req) in thread_msg_handle_pipeline_enable()
492 struct thread_msg_req *req) in thread_msg_handle_pipeline_disable()
[all …]