Home
last modified time | relevance | path

Searched refs:rte_atomic32_read (Results 1 – 16 of 16) sorted by relevance

/dpdk/app/test/
H A Dtest_atomic.c115 while (rte_atomic32_read(&synchro) == 0) in test_atomic_usual()
151 while (rte_atomic32_read(&synchro) == 0) in test_atomic_tas()
172 while (rte_atomic32_read(&synchro) == 0) in test_atomic_addsub_and_return()
211 while (rte_atomic32_read(&synchro) == 0) in test_atomic_inc_and_test()
238 while (rte_atomic32_read(&synchro) == 0) in test_atomic_dec_and_test()
270 while (rte_atomic32_read(&synchro) == 0) in test_atomic128_cmp_exchange()
408 while (rte_atomic32_read(&synchro) == 0) in test_atomic_exchange()
469 if (rte_atomic32_read(&a32) != 1UL << 10) { in test_atomic()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c371 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx()
376 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_rx()
425 if (unlikely(rte_atomic32_read(&r->allow_queuing) == 0)) in eth_vhost_tx()
730 if (rte_atomic32_read(&internal->started) == 0 || in update_queuing_status()
731 rte_atomic32_read(&internal->dev_attached) == 0) in update_queuing_status()
745 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status()
757 while (rte_atomic32_read(&vq->while_queuing)) in update_queuing_status()
817 if (rte_atomic32_read(&internal->started) == 1) { in new_device()
918 rte_atomic32_read(&internal->dev_attached) && in vring_conf_update()
919 rte_atomic32_read(&internal->started) && in vring_conf_update()
[all …]
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c562 while (rte_atomic32_read(total_events) > 0) { in worker_multi_port_fn()
587 rte_atomic32_read(count)); in wait_workers_to_join()
594 rte_atomic32_read(count)); in wait_workers_to_join()
893 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline()
1048 while (rte_atomic32_read(total_events) > 0) { in worker_group_based_pipeline()
1206 while (rte_atomic32_read(total_events) > 0) { in worker_flow_based_pipeline_max_stages_rand_sched_type()
1281 while (rte_atomic32_read(total_events) > 0) { in worker_queue_based_pipeline_max_stages_rand_sched_type()
1323 while (rte_atomic32_read(total_events) > 0) { in worker_mixed_pipeline_max_stages_rand_sched_type()
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h87 #define atomic_read(v) rte_atomic32_read(v)
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c537 if (!rte_atomic32_read(&internal->running) && in update_datapath()
538 (rte_atomic32_read(&internal->started) && in update_datapath()
539 rte_atomic32_read(&internal->dev_attached))) { in update_datapath()
557 } else if (rte_atomic32_read(&internal->running) && in update_datapath()
558 (!rte_atomic32_read(&internal->started) || in update_datapath()
559 !rte_atomic32_read(&internal->dev_attached))) { in update_datapath()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c450 while (rte_atomic32_read(total_events) > 0) { in worker_multi_port_fn()
476 rte_atomic32_read(count)); in wait_workers_to_join()
483 rte_atomic32_read(count)); in wait_workers_to_join()
/dpdk/drivers/event/sw/
H A Dsw_evdev_worker.c59 uint32_t sw_inflights = rte_atomic32_read(&sw->inflights); in sw_event_enqueue_burst()
H A Dsw_evdev.c636 uint32_t inflights = rte_atomic32_read(&sw->inflights); in sw_dump()
/dpdk/drivers/common/dpaax/
H A Dcompat.h370 #define atomic_read(v) rte_atomic32_read(v)
/dpdk/lib/eal/include/generic/
H A Drte_atomic.h502 rte_atomic32_read(const rte_atomic32_t *v) in rte_atomic32_read() function
/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h265 #define ATOMIC32_READ(i32_ptr) rte_atomic32_read(i32_ptr)
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c300 if (rte_atomic32_read(&pool->inuse) != 0) { in dma_pool_destroy()
302 pool->name, rte_atomic32_read(&pool->inuse)); in dma_pool_destroy()
/dpdk/drivers/dma/dpaa/
H A Ddpaa_qdma.c134 while (rte_atomic32_read(&wait_task[id]) == 1) in fsl_qdma_free_chan_resources()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c572 (uint32_t)rte_atomic32_read(&rxq->rxbuf_outstanding) < in hn_rxpkt()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c4143 while (rte_atomic32_read(&ad->link_thread_running)) { in ixgbe_dev_wait_setup_link_complete()
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4582 if (rte_atomic32_read(&sc->scan_fp) == 1) { in bnx2x_handle_fp_tq()