Home
last modified time | relevance | path

Searched refs:parser_read_uint64 (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Devt_options.c149 ret = parser_read_uint64(&(opt->nb_pkts), arg); in evt_parse_nb_pkts()
159 ret = parser_read_uint64(&(opt->nb_timers), arg); in evt_parse_nb_timers()
169 ret = parser_read_uint64(&(opt->timer_tick_nsec), arg); in evt_parse_timer_tick_nsec()
179 ret = parser_read_uint64(&(opt->max_tmo_nsec), arg); in evt_parse_max_tmo_nsec()
189 ret = parser_read_uint64(&(opt->expiry_nsec), arg); in evt_parse_expiry_nsec()
H A Dparser.c79 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64() function
160 int ret = parser_read_uint64(&val, p); in parser_read_uint32()
192 int ret = parser_read_uint64(&val, p); in parser_read_uint16()
224 int ret = parser_read_uint64(&val, p); in parser_read_uint8()
H A Dparser.h33 int parser_read_uint64(uint64_t *value, const char *p);
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.c81 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64() function
144 int ret = parser_read_uint64(&val, p); in parser_read_uint32()
176 int ret = parser_read_uint64(&val, p); in parser_read_uint16()
208 int ret = parser_read_uint64(&val, p); in parser_read_uint8()
H A Dparser.h36 int parser_read_uint64(uint64_t *value, const char *p);
H A Dcli.c423 if (parser_read_uint64(&subport_profile.tc_rate[i], in cmd_tmgr_subport_profile()
465 if (parser_read_uint64(&p.tb_rate, tokens[3]) != 0) { in cmd_tmgr_pipe_profile()
470 if (parser_read_uint64(&p.tb_size, tokens[4]) != 0) { in cmd_tmgr_pipe_profile()
481 if (parser_read_uint64(&p.tc_period, tokens[18]) != 0) { in cmd_tmgr_pipe_profile()
535 if (parser_read_uint64(&p.rate, tokens[3]) != 0) { in cmd_tmgr()
5368 if (parser_read_uint64(&p.srtcm.cir, tokens[10]) != 0) { in cmd_pipeline_table_meter_profile_add()
5378 if (parser_read_uint64(&p.srtcm.cbs, tokens[12]) != 0) { in cmd_pipeline_table_meter_profile_add()
5388 if (parser_read_uint64(&p.srtcm.ebs, tokens[14]) != 0) { in cmd_pipeline_table_meter_profile_add()
5405 if (parser_read_uint64(&p.trtcm.cir, tokens[10]) != 0) { in cmd_pipeline_table_meter_profile_add()
5415 if (parser_read_uint64(&p.trtcm.pir, tokens[12]) != 0) { in cmd_pipeline_table_meter_profile_add()
[all …]
/f-stack/dpdk/examples/fips_validation/
H A Dfips_validation.c598 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64() function
641 int ret = parser_read_uint64(&val, p); in parser_read_uint32()
/f-stack/dpdk/examples/pipeline/
H A Dcli.c47 parser_read_uint64(uint64_t *value, const char *p) in parser_read_uint64() function
90 int ret = parser_read_uint64(&val, p); in parser_read_uint32()
106 int ret = parser_read_uint64(&val, p); in parser_read_uint16()