Searched defs:ethtool_fd (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | ethtool-util.c | 252 static int ethtool_connect(int *ethtool_fd) { in ethtool_connect() 269 int ethtool_get_driver(int *ethtool_fd, const char *ifname, char **ret) { in ethtool_get_driver() 304 int *ethtool_fd, in ethtool_get_link_info() 351 int ethtool_get_permanent_hw_addr(int *ethtool_fd, const char *ifname, struct hw_addr_data *ret) { in ethtool_get_permanent_hw_addr() 410 int *ethtool_fd, in ethtool_set_wol() 481 int ethtool_set_nic_buffer_size(int *ethtool_fd, const char *ifname, const netdev_ring_param *ring)… in ethtool_set_nic_buffer_size() 529 static int get_stringset(int ethtool_fd, const char *ifname, enum ethtool_stringset stringset_id, s… in get_stringset() 581 static int get_features(int ethtool_fd, const char *ifname, uint32_t n_features, struct ethtool_gfe… in get_features() 693 int ethtool_set_features(int *ethtool_fd, const char *ifname, const int features[static _NET_DEV_FE… in ethtool_set_features() 1108 int ethtool_set_nic_coalesce_settings(int *ethtool_fd, const char *ifname, const netdev_coalesce_pa… in ethtool_set_nic_coalesce_settings()
|
/systemd-251/src/udev/net/ |
D | link-config.c | 41 int ethtool_fd; member 467 static int link_apply_ethtool_settings(Link *link, int *ethtool_fd) { in link_apply_ethtool_settings()
|
/systemd-251/src/network/ |
D | networkd-manager.h | 29 int ethtool_fd; member
|