Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c1475 parse_and_check_speed_duplex(char *speedstr, char *duplexstr, uint32_t *speed) in parse_and_check_speed_duplex() argument
1491 if (!strcmp(speedstr, "10")) { in parse_and_check_speed_duplex()
1494 } else if (!strcmp(speedstr, "100")) { in parse_and_check_speed_duplex()
1502 if (!strcmp(speedstr, "1000")) { in parse_and_check_speed_duplex()
1504 } else if (!strcmp(speedstr, "10000")) { in parse_and_check_speed_duplex()
1506 } else if (!strcmp(speedstr, "25000")) { in parse_and_check_speed_duplex()
1508 } else if (!strcmp(speedstr, "40000")) { in parse_and_check_speed_duplex()
1510 } else if (!strcmp(speedstr, "50000")) { in parse_and_check_speed_duplex()
1512 } else if (!strcmp(speedstr, "100000")) { in parse_and_check_speed_duplex()
1514 } else if (!strcmp(speedstr, "200000")) { in parse_and_check_speed_duplex()
[all …]