Searched refs:parse_item_list (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | parameters.c | 908 nb_segs = parse_item_list(optarg, "mbuf-size", in launch_args_parse() 1298 nb_offs = parse_item_list in launch_args_parse() 1311 nb_segs = parse_item_list in launch_args_parse() 1324 nb_segs = parse_item_list(optarg, "txpkt segments", in launch_args_parse()
|
| H A D | testpmd.h | 782 unsigned int parse_item_list(char* str, const char* item_name,
|
| H A D | cmdline.c | 3492 parse_item_list(char* str, const char* item_name, unsigned int max_items, in parse_item_list() function 3579 nb_item = parse_item_list(res->list_of_items, "core", in cmd_set_list_parsed() 3589 nb_item = parse_item_list(res->list_of_items, "port", in cmd_set_list_parsed() 3781 nb_segs = parse_item_list(res->seg_offsets, "segment offsets", in cmd_set_rxoffs_parsed() 3827 nb_segs = parse_item_list(res->seg_lengths, "segment lengths", in cmd_set_rxpkts_parsed() 3873 nb_segs = parse_item_list(res->seg_lengths, "segment lengths", in cmd_set_txpkts_parsed() 3960 n_times = parse_item_list(res->tx_times, "tx times", in cmd_set_txtimes_parsed() 9307 nb_item = parse_item_list(res->value, "vlan", in cmd_set_mirror_mask_parsed() 14800 nb_item = parse_item_list(res->pctype_list, "pctypes", in cmd_pctype_mapping_update_parsed()
|