Home
last modified time | relevance | path

Searched refs:finish (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/raw/ifpga/base/
H A Dopae_i2c.c300 finish = true; in altera_handle_i2c_status()
306 finish = true; in altera_handle_i2c_status()
313 finish = true; in altera_handle_i2c_status()
318 finish = true; in altera_handle_i2c_status()
324 finish = true; in altera_handle_i2c_status()
330 if (finish) { in altera_handle_i2c_status()
340 return finish; in altera_handle_i2c_status()
361 } while (!finish); in altera_i2c_poll_status()
363 return finish; in altera_i2c_poll_status()
372 bool finish; in altera_i2c_xfer_msg() local
[all …]
/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c723 goto finish; in test_hash_add_no_ks_lookup_hit()
753 finish: in test_hash_add_no_ks_lookup_hit()
790 goto finish; in test_hash_add_no_ks_lookup_miss()
822 finish: in test_hash_add_no_ks_lookup_miss()
895 finish: in test_hash_add_ks_lookup_hit_non_sp()
969 finish: in test_hash_add_ks_lookup_hit_sp()
1040 finish: in test_hash_add_ks_lookup_miss()
1143 finish: in test_hash_multi_add_lookup()
1222 finish: in test_hash_add_ks_lookup_hit_extbkt()
1324 goto finish; in test_hash_rcu_qsbr_writer_perf()
[all …]
H A Dtest_hash_readwrite.c431 goto finish; in test_hash_readwrite_perf()
589 finish: in test_hash_readwrite_perf()
/dpdk/lib/eal/common/
H A Dhotplug_mp.c103 goto finish; in __handle_secondary_request()
120 goto finish; in __handle_secondary_request()
133 goto finish; in __handle_secondary_request()
140 goto finish; in __handle_secondary_request()
160 goto finish; in __handle_secondary_request()
172 finish: in __handle_secondary_request()
H A Deal_common_launch.c44 goto finish; in rte_eal_remote_launch()
56 finish: in rte_eal_remote_launch()
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c1415 goto finish; in bpf_jit_arm64()
1423 goto finish; in bpf_jit_arm64()
1443 goto finish; in bpf_jit_arm64()
1447 finish: in bpf_jit_arm64()
/dpdk/doc/guides/nics/
H A Dkni.rst155 Waiting for lcores to finish...
H A Dpcap_ring.rst249 Waiting for lcores to finish...
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst23 waiting for a hardware device to finish. Although artificial, this allows
/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst84 As the workers finish processing the packets, the distributor inserts those
H A Dring_lib.rst424 * enqueue/dequeue finish
468 * enqueue/dequeue finish
H A Dhash_lib.rst90 …not need to stop the readers from accessing the hash table until writers finish their updates. Rea…
/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.c1024 goto finish; in otx_ep_recv_pkts()
1056 finish: in otx_ep_recv_pkts()
/dpdk/drivers/net/sfc/
H A Dsfc_rx.c1526 goto finish; in sfc_rx_rss_config()
1531 goto finish; in sfc_rx_rss_config()
1537 finish: in sfc_rx_rss_config()
/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst60 later in this section. The configuration process will finish with a summary
/dpdk/doc/guides/sample_app_ug/
H A Ddma.rst230 all worker lcores to finish, deallocates resources and exits.
/dpdk/doc/guides/rel_notes/
H A Drelease_20_05.rst42 (enqueue/dequeue start and enqueue/dequeue finish). This allows the user to inspect
H A Drelease_20_11.rst45 (enqueue/dequeue start, copy data to/from ring, enqueue/dequeue finish).