Searched refs:netdev_feature_table (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ ! |
D | ethtool-util.c | 86 static const char* const netdev_feature_table[_NET_DEV_FEAT_MAX] = { variable 735 … r = set_features_bit(strings, gfeatures, sfeatures, netdev_feature_table[i], features[i]); in ethtool_set_features() 737 …rrno(r, "ethtool: could not set feature %s for %s, ignoring: %m", netdev_feature_table[i], ifname); in ethtool_set_features() 741 …r = set_features_multiple_bit(strings, gfeatures, sfeatures, netdev_feature_table[i], features[i]); in ethtool_set_features() 743 …rrno(r, "ethtool: could not set feature %s for %s, ignoring: %m", netdev_feature_table[i], ifname); in ethtool_set_features()
|