Searched refs:duplexstr (Results 1 – 1 of 1) sorted by relevance
1475 parse_and_check_speed_duplex(char *speedstr, char *duplexstr, uint32_t *speed) in parse_and_check_speed_duplex() argument1480 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()