Home
last modified time | relevance | path

Searched refs:ethtool_set_features (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dethtool-util.h170 int ethtool_set_features(int *ethtool_fd, const char *ifname, const int features[static _NET_DEV_FE…
Dethtool-util.c693 int ethtool_set_features(int *ethtool_fd, const char *ifname, const int features[static _NET_DEV_FE… in ethtool_set_features() function
/systemd-251/src/udev/net/
Dlink-config.c516 r = ethtool_set_features(ethtool_fd, name, config->features); in link_apply_ethtool_settings()