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

/systemd/src/udev/net/
H A Dlink-config.c49 int ethtool_fd; member in struct:link_config_ctx
108 safe_close(ctx->ethtool_fd);
133 ctx->ethtool_fd = -1;
390 r = ethtool_set_speed(&ctx->ethtool_fd, old_name, config->speed / 1024, config->duplex);
396 r = ethtool_set_wol(&ctx->ethtool_fd, old_name, config->wol);
490 r = ethtool_get_driver(&ctx->ethtool_fd, name, &driver);

Completed in 528 milliseconds