Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 195) sorted by relevance

12345678

/dpdk/app/test/
H A Dtest_hash_multiwriter.c37 uint32_t *found; member
107 uint32_t *found; in test_hash_multiwriter() local
163 found = rte_zmalloc(NULL, sizeof(uint32_t) * nb_entries, 0); in test_hash_multiwriter()
164 if (found == NULL) { in test_hash_multiwriter()
169 tbl_multiwriter_test_params.found = found; in test_hash_multiwriter()
207 tbl_multiwriter_test_params.found[i]++; in test_hash_multiwriter()
213 if (tbl_multiwriter_test_params.found[i] > 1) { in test_hash_multiwriter()
217 if (tbl_multiwriter_test_params.found[i] == 0) { in test_hash_multiwriter()
243 rte_free(tbl_multiwriter_test_params.found); in test_hash_multiwriter()
249 rte_free(tbl_multiwriter_test_params.found); in test_hash_multiwriter()
H A Dtest_hash_readwrite.c42 uint8_t *found; member
129 uint8_t *found = NULL; in init_params() local
178 if (found == NULL) { in init_params()
184 tbl_rw_test_param.found = found; in init_params()
242 tbl_rw_test_param.found[i]++; in test_hash_readwrite_functional()
247 if (tbl_rw_test_param.found[i] > 1) { in test_hash_readwrite_functional()
277 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
284 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_functional()
541 tbl_rw_test_param.found[i]++; in test_hash_readwrite_perf()
590 rte_free(tbl_rw_test_param.found); in test_hash_readwrite_perf()
[all …]
/dpdk/drivers/net/af_xdp/
H A Dmeson.build14 if not bpf_dep.found()
19 if xdp_dep.found() and cc.has_header('xdp/xsk.h')
20 if bpf_dep.found() and cc.has_header('bpf/bpf.h')
27 if bpf_ver_dep.found()
34 elif bpf_dep.found() and cc.has_header('bpf/xsk.h') and cc.has_header('bpf/bpf.h')
35 # libxdp not found. Rely solely on libbpf for xsk functionality
39 if bpf_ver_dep.found()
43 if bpf_shumem_ver_dep.found()
/dpdk/drivers/common/dpaax/caamflib/rta/
H A Doperation_cmd.h220 unsigned int i, found = 0; in rta_operation() local
233 found = 1; in rta_operation()
246 found = 1; in rta_operation()
250 if (!found) { in rta_operation()
318 unsigned int i, found = 0; in rta_operation2() local
332 found = 1; in rta_operation2()
345 found = 1; in rta_operation2()
349 if (!found) { in rta_operation2()
H A Dprotocol_cmd.h590 unsigned int i, found = 0; in rta_proto_operation() local
602 found = 1; in rta_proto_operation()
613 found = 1; in rta_proto_operation()
618 if (!found) { in rta_proto_operation()
/dpdk/lib/eal/common/
H A Deal_common_trace.c188 int rc = 0, found = 0; in rte_trace_pattern() local
196 found = 1; in rte_trace_pattern()
202 return rc | found; in rte_trace_pattern()
209 int rc = 0, found = 0; in rte_trace_regexp() local
221 found = 1; in rte_trace_regexp()
228 return rc | found; in rte_trace_regexp()
335 goto found; in __rte_trace_mem_per_thread_alloc()
351 found: in __rte_trace_mem_per_thread_alloc()
H A Deal_common_fbarray.c143 bool found = false; in find_next_n() local
247 found = true; in find_next_n()
253 if (!found) in find_next_n()
290 int found; in find_next() local
311 found = __builtin_ctzll(cur); in find_next()
312 return MASK_GET_IDX(idx, found); in find_next()
406 bool found = false; in find_prev_n() local
522 found = true; in find_prev_n()
530 if (!found) in find_prev_n()
567 int found; in find_prev() local
[all …]
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa.c30 bool found = false; in sfc_vdpa_get_adapter_by_dev() local
37 found = true; in sfc_vdpa_get_adapter_by_dev()
44 return found ? sva : NULL; in sfc_vdpa_get_adapter_by_dev()
50 bool found = false; in sfc_vdpa_get_data_by_dev() local
57 found = true; in sfc_vdpa_get_data_by_dev()
64 return found ? sva->ops_data : NULL; in sfc_vdpa_get_data_by_dev()
/dpdk/drivers/net/dpaa/
H A Ddpaa_fmc.c244 int k, found = 0; in dpaa_port_fmc_scheme_parse() local
290 found = 1; in dpaa_port_fmc_scheme_parse()
295 if (found) in dpaa_port_fmc_scheme_parse()
323 uint16_t j, k, found = 0; in dpaa_port_fmc_ccnode_parse() local
337 found = 0; in dpaa_port_fmc_ccnode_parse()
358 found = 1; in dpaa_port_fmc_ccnode_parse()
362 if (found) in dpaa_port_fmc_ccnode_parse()
/dpdk/drivers/common/cnxk/
H A Droc_model.c114 bool found = false; in populate_model() local
132 found = true; in populate_model()
136 if (!found) { in populate_model()
143 return found; in populate_model()
/dpdk/drivers/net/mlx4/
H A Dmeson.build29 if not lib.found() and not static_ibverbs
32 if lib.found()
87 # [ "MACRO to define if found", "header for the search",
95 # [ "MACRO to define if found", "header for the search",
/dpdk/lib/eal/linux/
H A Deal_hugepage_info.c213 char found[PATH_MAX] = ""; in get_hugepage_dir() local
264 strlcpy(found, splitstr[MOUNTPT], len); in get_hugepage_dir()
281 if (strlen(splitstr[MOUNTPT]) > strlen(found)) in get_hugepage_dir()
282 strlcpy(found, splitstr[MOUNTPT], len); in get_hugepage_dir()
287 if (found[0] != '\0') { in get_hugepage_dir()
290 internal_conf->hugepage_dir : found, len); in get_hugepage_dir()
/dpdk/drivers/raw/ifpga/base/
H A Dmeson.build29 if not rtdep.found()
32 if not rtdep.found()
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_device.c248 bool found = false; in bcmfs_vdev_probe() local
252 found = fsdev_find_sub_dir(top_dirpath, in bcmfs_vdev_probe()
255 if (found) in bcmfs_vdev_probe()
259 if (!found) { in bcmfs_vdev_probe()
/dpdk/drivers/crypto/ipsec_mb/
H A Dmeson.build12 if not lib.found()
23 reason = 'IPSec_MB version >= @0@ is required, found version @1@'.format(
/dpdk/examples/vm_power_manager/
H A Dmeson.build41 build = opt_dep.found()
45 if opt_dep.found()
/dpdk/lib/ipsec/
H A Dipsec_sad.c470 int found = 0; in __ipsec_sad_lookup() local
534 found += (sa[i] != NULL); in __ipsec_sad_lookup()
536 return found; in __ipsec_sad_lookup()
544 int found = 0; in rte_ipsec_sad_lookup() local
551 found += __ipsec_sad_lookup(sad, in rte_ipsec_sad_lookup()
556 return found; in rte_ipsec_sad_lookup()
/dpdk/drivers/net/qede/base/
H A Decore_spq.c956 struct ecore_spq_entry *found = OSAL_NULL; in ecore_spq_completion() local
989 found = p_ent; in ecore_spq_completion()
1008 if (!found) { in ecore_spq_completion()
1020 if (found->comp_cb.function) in ecore_spq_completion()
1021 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
1027 if ((found->comp_mode != ECORE_SPQ_MODE_EBLOCK) || in ecore_spq_completion()
1028 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
1033 ecore_spq_return_entry(p_hwfn, found); in ecore_spq_completion()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c59 int found = 0; in mlx5_vdpa_find_priv_resource_by_vdev() local
64 found = 1; in mlx5_vdpa_find_priv_resource_by_vdev()
69 if (!found) { in mlx5_vdpa_find_priv_resource_by_vdev()
665 int found = 0; in mlx5_vdpa_dev_remove() local
670 found = 1; in mlx5_vdpa_dev_remove()
674 if (found) in mlx5_vdpa_dev_remove()
677 if (found) in mlx5_vdpa_dev_remove()
/dpdk/lib/power/
H A Drte_power_pmd_mgmt.c116 struct queue_list_entry *found; in queue_list_take() local
118 found = queue_list_find(cfg, q); in queue_list_take()
119 if (found == NULL) in queue_list_take()
122 TAILQ_REMOVE(&cfg->head, found, next); in queue_list_take()
126 return found; in queue_list_take()
/dpdk/doc/guides/mempool/
H A Docteontx.rst8 driver for offload mempool device found in **Cavium OCTEON TX** SoC
11 More information can be found at `Cavium, Inc Official Website
/dpdk/drivers/baseband/turbo_sw/
H A Dmeson.build8 if lib4g.found()
27 if lib5g.found()
/dpdk/doc/guides/regexdevs/
H A Dcn9k.rst8 regexdev driver support for the inbuilt regex device found in the **Marvell CN9K**
11 More information about CN9K SoC can be found at `Marvell Official Website
/dpdk/config/
H A Dmeson.build156 if cc.find_library('m', required : false).found()
183 if numa_dep.found() and cc.has_header('numaif.h')
193 if fdt_dep.found() and cc.has_header('fdt.h')
201 if libexecinfo.found() and cc.has_header('execinfo.h')
207 if libarchive.found()
218 if libbsd.found()
223 if jansson_dep.found()
230 if not pcap_dep.found()
234 if pcap_dep.found() and cc.has_header('pcap.h', dependencies: pcap_dep)
/dpdk/drivers/common/mlx5/linux/
H A Dmeson.build23 if not lib.found() and not static_ibverbs
26 if lib.found()
59 # [ "MACRO to define if found", "header for the search",
72 # [ "MACRO to define if found", "header for the search",

12345678