Home
last modified time | relevance | path

Searched refs:duplexstr (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
1480 if (!strcmp(duplexstr, "half")) { in parse_and_check_speed_duplex()
1482 } else if (!strcmp(duplexstr, "full")) { in parse_and_check_speed_duplex()
1484 } else if (!strcmp(duplexstr, "auto")) { in parse_and_check_speed_duplex()