| /f-stack/dpdk/app/test/ |
| H A D | test_string_fns.c | 34 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 52 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 69 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 86 if (rte_strsplit(test_string, sizeof(test_string), in test_rte_strsplit() 101 if (rte_strsplit(NULL, 0, splits, 6, ',') >= 0 in test_rte_strsplit() 107 if (rte_strsplit(test_string, sizeof(test_string), NULL, 0, ',') >= 0 in test_rte_strsplit() 114 if (rte_strsplit(test_string, 0, splits, 6, ',') != 0 || errno != 0) { in test_rte_strsplit() 119 if (rte_strsplit(test_string, sizeof(test_string), splits, 0, ',') != 0 in test_rte_strsplit()
|
| H A D | test.c | 110 eargc = rte_strsplit(extra_args, strlen(extra_args), in main()
|
| H A D | test_eal_flags.c | 56 if (rte_strsplit(src, src_len, tokens, NUM_TOKENS, ' ') < NUM_TOKENS) in get_hugepage_path()
|
| /f-stack/dpdk/drivers/crypto/ccp/ |
| H A D | ccp_pci.c | 71 if (rte_strsplit(buf_copy, bufsize, splitaddr.str, PCI_FMT_NVAL, ':') in ccp_parse_pci_addr_format() 139 if (rte_strsplit(line, len, res_info.ptrs, 3, ' ') != 3) in ccp_pci_parse_one_sysfs_resource()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_string_fns.c | 14 rte_strsplit(char *string, int stringlen, in rte_strsplit() function
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | ioat.c | 57 args_nr = rte_strsplit(substr, strlen(substr), in open_ioat() 66 sub_nr = rte_strsplit(arg_temp, strlen(arg_temp), ptrs, 2, '@'); in open_ioat()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_string_fns.h | 50 rte_strsplit(char *string, int stringlen,
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 155 rte_strsplit
|
| H A D | version.map | 193 rte_strsplit;
|
| /f-stack/dpdk/examples/l3fwd-power/ |
| H A D | perf_core.c | 147 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_perf_config()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 95 if (rte_strsplit(arg, strlen(arg), str_fld, NB_SOCKET_FIELDS, ',') != in parse_socket_arg() 163 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 226 ret = rte_strsplit(optarg, strlen(optarg), in parse_args()
|
| /f-stack/dpdk/drivers/bus/pci/linux/ |
| H A D | pci.c | 156 if (rte_strsplit(line, len, res_info.ptrs, 3, ' ') != 3) { in pci_parse_one_sysfs_resource() 421 if (rte_strsplit(buf_copy, bufsize, splitaddr.str, PCI_FMT_NVAL, ':') in parse_pci_addr_format()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | parameters.c | 334 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD) in parse_queue_stats_mapping_config() 430 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD) in parse_portnuma_config() 490 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != _NUM_FLD) in parse_ringnuma_config()
|
| /f-stack/lib/ |
| H A D | ff_config.c | 266 nTokens = rte_strsplit(input, sizeof(input), tokens, 128, ','); in __parse_config_list() 377 …ret = rte_strsplit(cur->vip_addr_str, strlen(cur->vip_addr_str), &vip_addr_array[0], VIP_MAX_NUM, … in vip_cfg_handler() 414 ret = rte_strsplit(cur->vip_addr6_str, strlen(cur->vip_addr6_str), in vip6_cfg_handler()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_qos.c | 243 nb_tokens = rte_strsplit(entry_cpy, strlen(entry_cpy), in get_entry_values() 257 nb_rng_tokens = rte_strsplit(tokens[i], in get_entry_values()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | args.c | 146 n_tokens = rte_strsplit(string, strnlen(string, 32), tokens, n_vals, separator); in app_parse_opt_vals()
|
| H A D | cfg_file.c | 370 n_tokens = rte_strsplit(&entries[j].name[sizeof("pipe")], in cfg_load_subport()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_hugepage_info.c | 229 if (rte_strsplit(buf, sizeof(buf), splitstr, _FIELDNAME_MAX, in get_hugepage_dir()
|
| H A D | eal.c | 577 arg_num = rte_strsplit(strval, len, in eal_parse_socket_arg()
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | power_acpi_cpufreq.c | 215 count = rte_strsplit(buf, sizeof(buf), freqs, in power_get_available_freqs()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 131 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_port_pair_config()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 363 if (rte_strsplit(s, sizeof(s), str_fld, in l2fwd_parse_port_pair_config()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 336 if (rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ',') != in parse_config()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 417 nb_token = rte_strsplit(s, sizeof(s), str_fld, _NUM_FLD, ','); in parse_config()
|