Searched refs:thread_msg_send_recv (Results 1 – 3 of 3) sorted by relevance
| /dpdk/examples/pipeline/ |
| H A D | thread.c | 209 thread_msg_send_recv(uint32_t thread_id, in thread_msg_send_recv() function 286 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_enable() 372 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_disable()
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 260 thread_msg_send_recv(struct pmd_internals *softnic, in thread_msg_send_recv() function 357 rsp = thread_msg_send_recv(softnic, thread_id, req); in softnic_thread_pipeline_enable() 440 rsp = thread_msg_send_recv(softnic, thread_id, req); in softnic_thread_pipeline_disable()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 232 thread_msg_send_recv(uint32_t thread_id, in thread_msg_send_recv() function 325 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_enable() 410 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_disable()
|