| /dpdk/app/test/ |
| H A D | test_lpm6.c | 137 struct rte_lpm6_config config; in test0() local 179 struct rte_lpm6_config config; in test1() local 211 struct rte_lpm6_config config; in test2() local 240 struct rte_lpm6_config config; in test3() local 261 struct rte_lpm6_config config; in test4() local 300 struct rte_lpm6_config config; in test5() local 338 struct rte_lpm6_config config; in test6() local 376 struct rte_lpm6_config config; in test7() local 414 struct rte_lpm6_config config; in test8() local 453 struct rte_lpm6_config config; in test9() local [all …]
|
| H A D | test_lpm.c | 98 struct rte_lpm_config config; in test0() local 130 struct rte_lpm_config config; in test1() local 159 struct rte_lpm_config config; in test2() local 180 struct rte_lpm_config config; in test3() local 218 struct rte_lpm_config config; in test4() local 257 struct rte_lpm_config config; in test5() local 291 struct rte_lpm_config config; in test6() local 330 struct rte_lpm_config config; in test7() local 381 struct rte_lpm_config config; in test8() local 466 struct rte_lpm_config config; in test9() local [all …]
|
| H A D | test_rib.c | 53 struct rte_rib_conf config; in test_create_invalid() local 91 struct rte_rib_conf config; in test_multiple_create() local 116 struct rte_rib_conf config; in test_free_null() local 137 struct rte_rib_conf config; in test_insert_invalid() local 180 struct rte_rib_conf config; in test_get_fn() local 260 struct rte_rib_conf config; in test_basic() local 315 struct rte_rib_conf config; in test_tree_traversal() local
|
| H A D | test_rib6.c | 53 struct rte_rib6_conf config; in test_create_invalid() local 91 struct rte_rib6_conf config; in test_multiple_create() local 116 struct rte_rib6_conf config; in test_free_null() local 138 struct rte_rib6_conf config; in test_insert_invalid() local 181 struct rte_rib6_conf config; in test_get_fn() local 262 struct rte_rib6_conf config; in test_basic() local 318 struct rte_rib6_conf config; in test_tree_traversal() local
|
| H A D | test_ipsec_sad.c | 54 struct rte_ipsec_sad_conf config; in test_create_invalid() local 99 struct rte_ipsec_sad_conf config; in test_find_existing() local 137 struct rte_ipsec_sad_conf config; in test_multiple_create() local 157 struct rte_ipsec_sad_conf config; in __test_add_invalid() local 232 struct rte_ipsec_sad_conf config; in __test_delete_invalid() local 291 struct rte_ipsec_sad_conf config; in __test_lookup_invalid() local 351 struct rte_ipsec_sad_conf config; in __test_lookup_basic() local 430 struct rte_ipsec_sad_conf config; in __test_lookup_adv() local 694 struct rte_ipsec_sad_conf config; in __test_lookup_order() local
|
| H A D | test_fib6.c | 56 struct rte_fib6_conf config; in test_create_invalid() local 115 struct rte_fib6_conf config; in test_multiple_create() local 142 struct rte_fib6_conf config; in test_free_null() local 166 struct rte_fib6_conf config; in test_add_del_invalid() local 358 struct rte_fib6_conf config; in test_lookup() local
|
| H A D | test_fib.c | 54 struct rte_fib_conf config; in test_create_invalid() local 113 struct rte_fib_conf config; in test_multiple_create() local 140 struct rte_fib_conf config; in test_free_null() local 163 struct rte_fib_conf config; in test_add_del_invalid() local 340 struct rte_fib_conf config; in test_lookup() local
|
| H A D | test_mp_secondary.c | 191 struct rte_lpm_config config; in run_object_creation_tests() local
|
| H A D | test_lpm6_perf.c | 68 struct rte_lpm6_config config; in test_lpm6_perf() local
|
| /dpdk/drivers/event/dlb2/ |
| H A D | dlb2_selftest.c | 43 struct rte_event_dev_config config = {0}; in init() local 284 struct rte_event_dev_config config = {0}; in test_single_link() local 414 struct rte_event_dev_config config = {0}; in test_info_get() local 493 struct rte_event_dev_config config = {0}; in test_reconfiguration_link() local 820 struct rte_event_dev_config config = {0}; in test_load_balanced_traffic() local 944 struct rte_event_dev_config config = {0}; in test_directed_traffic() local 1077 struct rte_event_dev_config config = {0}; in test_deferred_sched() local 1230 struct rte_event_dev_config config = {0}; in test_delayed_pop() local
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 94 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() local 181 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() local 220 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() local 292 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() local 542 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() local 586 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init() local
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 176 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_create() local 263 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_attach() local 302 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_config_reattach() local 376 struct rte_config *config = rte_eal_get_configuration(); in rte_config_init() local 788 const struct rte_config *config = rte_eal_get_configuration(); in eal_check_mem_on_local_socket() local 872 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init() local
|
| H A D | eal_timer.c | 35 uint64_t config; /**< RW General Configuration Register. */ member 48 uint64_t config; /**< RW Timer Config and Capability Reg. */ member
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_lcore.c | 138 struct rte_config *config = rte_eal_get_configuration(); in rte_eal_cpu_init() local 214 const struct rte_config *config = rte_eal_get_configuration(); in rte_socket_count() local 221 const struct rte_config *config = rte_eal_get_configuration(); in rte_socket_id_by_idx() local
|
| /dpdk/drivers/net/tap/ |
| H A D | meson.build | 33 config = configuration_data() variable
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 95 config () # <dir> <builddir> <meson options> function
|
| /dpdk/drivers/common/mlx5/windows/ |
| H A D | meson.build | 44 config = configuration_data() variable
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5.c | 1168 struct mlx5_sh_config *config = opaque; in mlx5_dev_args_check_handler() local 1257 struct mlx5_sh_config *config) in mlx5_shared_dev_ctx_args_config() 2151 struct mlx5_port_config *config = opaque; in mlx5_port_args_check_handler() local 2245 struct mlx5_port_config *config) in mlx5_port_args_config() 2497 struct mlx5_sh_config *config; in mlx5_probe_again_args_validate() local 2622 struct mlx5_port_config *config = &priv->config; in mlx5_set_min_inline() local
|
| /dpdk/examples/ipsec-secgw/test/ |
| H A D | trs_ipv6opts.py | 15 def config(): function
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 47 const struct rte_config *config = rte_eal_get_configuration(); in eal_proc_type_detect() local 276 const struct rte_config *config = rte_eal_get_configuration(); in rte_eal_init() local
|
| /dpdk/drivers/compress/qat/dev/ |
| H A D | qat_comp_pmd_gen4.c | 32 struct rte_compressdev_config *config) in qat_comp_dev_config_gen4()
|
| H A D | qat_comp_pmd_gen1.c | 33 struct rte_compressdev_config *config) in qat_comp_dev_config_gen1()
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | meson.build | 210 config = configuration_data() variable
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 103 config = configuration_data() variable
|
| /dpdk/lib/acl/ |
| H A D | acl_bld.c | 59 struct rte_acl_config *config; member 1071 const struct rte_acl_config *config) in acl_calc_wildness() 1113 acl_rule_stats(struct rte_acl_build_rule *head, struct rte_acl_config *config) in acl_rule_stats() 1292 acl_build_index(const struct rte_acl_config *config, uint32_t *data_index) in acl_build_index() 1316 struct rte_acl_config *config; in build_one_trie() local 1343 struct rte_acl_config *config; in acl_build_tries() local
|