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