Searched defs:ksettings (Results 1 – 5 of 5) sorted by relevance
13 struct ethtool_link_ksettings ksettings; member59 const struct ethtool_link_ksettings *ksettings = &data->ksettings; in linkmodes_reply_size() local98 const struct ethtool_link_ksettings *ksettings = &data->ksettings; in linkmodes_fill_reply() local285 static bool ethnl_auto_linkmodes(struct ethtool_link_ksettings *ksettings, in ethnl_auto_linkmodes()329 struct ethtool_link_ksettings *ksettings, in ethnl_update_linkmodes()382 struct ethtool_link_ksettings ksettings = {}; in ethnl_set_linkmodes() local
12 struct ethtool_link_ksettings ksettings; member100 struct ethtool_link_ksettings ksettings = {}; in ethnl_set_linkinfo() local
15 struct ethtool_link_ksettings ksettings; member64 const struct ethtool_link_ksettings *ksettings = &data->ksettings; in linkmodes_reply_size() local105 const struct ethtool_link_ksettings *ksettings = &data->ksettings; in linkmodes_fill_reply() local173 static bool ethnl_auto_linkmodes(struct ethtool_link_ksettings *ksettings, in ethnl_auto_linkmodes()237 struct ethtool_link_ksettings *ksettings, in ethnl_update_linkmodes()321 struct ethtool_link_ksettings ksettings = {}; in ethnl_set_linkmodes() local
227 #define OCTEP_SET_ETHTOOL_LINK_MODES_BITMAP(octep_speeds, ksettings, name) \ argument