Home
last modified time | relevance | path

Searched refs:ethtool_gfeatures (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dethtool-util.c581 …features(int ethtool_fd, const char *ifname, uint32_t n_features, struct ethtool_gfeatures **ret) { in get_features()
582 _cleanup_free_ struct ethtool_gfeatures *gfeatures = NULL; in get_features()
590 gfeatures = malloc0(offsetof(struct ethtool_gfeatures, features) + in get_features()
612 const struct ethtool_gfeatures *gfeatures, in set_features_bit()
649 const struct ethtool_gfeatures *gfeatures, in set_features_multiple_bit()
695 _cleanup_free_ struct ethtool_gfeatures *gfeatures = NULL; in ethtool_set_features()
/systemd-251/src/shared/linux/
Dethtool.h1321 struct ethtool_gfeatures { struct