Home
last modified time | relevance | path

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

/net/batman-adv/
Dbat_v_elp.c68 struct ethtool_link_ksettings link_settings; in batadv_v_elp_get_throughput() local
119 memset(&link_settings, 0, sizeof(link_settings)); in batadv_v_elp_get_throughput()
121 ret = __ethtool_get_link_ksettings(hard_iface->net_dev, &link_settings); in batadv_v_elp_get_throughput()
136 if (ret == 0 && link_settings.base.autoneg == AUTONEG_ENABLE) { in batadv_v_elp_get_throughput()
138 if (link_settings.base.duplex == DUPLEX_FULL) in batadv_v_elp_get_throughput()
143 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput()