Searched refs:ethtool_link_usettings (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/shared/ |
D | ethtool-util.c | 757 static int get_glinksettings(int fd, struct ifreq *ifr, struct ethtool_link_usettings **ret) { in get_glinksettings() 764 struct ethtool_link_usettings *u; in get_glinksettings() 797 u = new(struct ethtool_link_usettings, 1); in get_glinksettings() 801 *u = (struct ethtool_link_usettings) { in get_glinksettings() 819 static int get_gset(int fd, struct ifreq *ifr, struct ethtool_link_usettings **ret) { in get_gset() 820 struct ethtool_link_usettings *e; in get_gset() 834 e = new(struct ethtool_link_usettings, 1); in get_gset() 838 *e = (struct ethtool_link_usettings) { in get_gset() 860 static int set_slinksettings(int fd, struct ifreq *ifr, const struct ethtool_link_usettings *u) { in set_slinksettings() 890 static int set_sset(int fd, struct ifreq *ifr, const struct ethtool_link_usettings *u) { in set_sset() [all …]
|
D | ethtool-util.h | 109 struct ethtool_link_usettings { struct
|