Searched refs:rte_ring_sc_dequeue (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/examples/pipeline/ |
| H A D | thread.c | 218 status = rte_ring_sc_dequeue(msgq_rsp, (void **) &rsp); in thread_msg_send_recv() 390 int status = rte_ring_sc_dequeue(msgq_req, (void **) &req); in thread_msg_recv()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring.h | 439 rte_ring_sc_dequeue(struct rte_ring *r, void **obj_p) in rte_ring_sc_dequeue() function
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring.h | 171 return rte_ring_sc_dequeue(r, obj); in test_ring_dequeue()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_thread.c | 281 status = rte_ring_sc_dequeue(msgq_rsp, (void **)&rsp); in thread_msg_send_recv() 473 int status = rte_ring_sc_dequeue(msgq_req, (void **)&req); in thread_msg_recv() 789 status = rte_ring_sc_dequeue(msgq_rsp, (void **)&rsp); in pipeline_msg_send_recv() 2064 int status = rte_ring_sc_dequeue(msgq_req, (void **)&req); in pipeline_msg_recv()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | thread.c | 250 status = rte_ring_sc_dequeue(msgq_rsp, (void **) &rsp); in thread_msg_send_recv() 437 int status = rte_ring_sc_dequeue(msgq_req, (void **) &req); in thread_msg_recv() 766 status = rte_ring_sc_dequeue(msgq_rsp, (void **) &rsp); in pipeline_msg_send_recv() 2210 int status = rte_ring_sc_dequeue(msgq_req, (void **) &req); in pipeline_msg_recv()
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 270 while (rte_ring_sc_dequeue(adopt_ring, &orphan) == 0) { in bucket_adopt_orphans()
|
| /f-stack/dpdk/lib/librte_efd/ |
| H A D | rte_efd.c | 1037 if (rte_ring_sc_dequeue(table->free_slots, &slot_id) != 0) in efd_compute_update()
|