Searched defs:duplex (Results 1 - 2 of 2) sorted by relevance

/systemd/src/udev/net/
H A Dethtool-util.c37 DEFINE_STRING_TABLE_LOOKUP(duplex, Duplex);
38 DEFINE_CONFIG_PARSE_ENUM(config_parse_duplex, duplex, Duplex, "Failed to parse duplex setting");
93 int ethtool_set_speed(int *fd, const char *ifname, unsigned int speed, Duplex duplex) { argument
103 if (speed == 0 && duplex == _DUP_INVALID)
123 switch (duplex) {
125 if (ecmd.duplex != DUPLEX_HALF) {
126 ecmd.duplex = DUPLEX_HALF;
131 if (ecmd.duplex != DUPLEX_FULL) {
132 ecmd.duplex
[all...]
H A Dlink-config.h71 Duplex duplex; member in struct:link_config

Completed in 24 milliseconds