Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c1488 parse_and_check_speed_duplex(char *speedstr, char *duplexstr, uint32_t *speed) in parse_and_check_speed_duplex() argument
1493 if (!strcmp(duplexstr, "half")) { in parse_and_check_speed_duplex()
1495 } else if (!strcmp(duplexstr, "full")) { in parse_and_check_speed_duplex()
1497 } else if (!strcmp(duplexstr, "auto")) { in parse_and_check_speed_duplex()