Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dethtool-util.h180 int ethtool_set_channels(int *ethtool_fd, const char *ifname, const netdev_channels *channels);
Dethtool-util.c1019 int ethtool_set_channels(int *fd, const char *ifname, const netdev_channels *channels) { in ethtool_set_channels() function
/systemd-251/src/udev/net/
Dlink-config.c520 r = ethtool_set_channels(ethtool_fd, name, &config->channels); in link_apply_ethtool_settings()