Searched refs:ecmd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/net/
H A Dethtool-util.c64 struct ethtool_drvinfo ecmd = { local
68 .ifr_data = (void*) &ecmd
85 d = strdup(ecmd.driver);
94 struct ethtool_cmd ecmd = { local
98 .ifr_data = (void*) &ecmd
118 if (ethtool_cmd_speed(&ecmd) != speed) {
119 ethtool_cmd_speed_set(&ecmd, speed);
125 if (ecmd.duplex != DUPLEX_HALF) {
126 ecmd.duplex = DUPLEX_HALF;
131 if (ecmd
152 struct ethtool_wolinfo ecmd = { local
[all...]

Completed in 20 milliseconds