Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/pipeline/
H A Dthread.c202 thread_msg_send_recv(uint32_t thread_id, in thread_msg_send_recv() function
279 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_enable()
365 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_disable()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c264 thread_msg_send_recv(struct pmd_internals *softnic, in thread_msg_send_recv() function
361 rsp = thread_msg_send_recv(softnic, thread_id, req); in softnic_thread_pipeline_enable()
444 rsp = thread_msg_send_recv(softnic, thread_id, req); in softnic_thread_pipeline_disable()
/f-stack/dpdk/examples/ip_pipeline/
H A Dthread.c234 thread_msg_send_recv(uint32_t thread_id, in thread_msg_send_recv() function
327 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_enable()
412 rsp = thread_msg_send_recv(thread_id, req); in thread_pipeline_disable()