Lines Matching refs:duplex
103 #define __LINK_MODE_NAME(speed, type, duplex) \ argument
104 #speed "base" #type "/" #duplex
105 #define __DEFINE_LINK_MODE_NAME(speed, type, duplex) \ argument
106 [ETHTOOL_LINK_MODE(speed, type, duplex)] = \
107 __LINK_MODE_NAME(speed, type, duplex)
246 .duplex = __DUPLEX_ ## _duplex \
254 .duplex = DUPLEX_UNKNOWN, \
281 .duplex = DUPLEX_FULL,
476 link_ksettings->base.duplex in convert_legacy_settings_to_link_ksettings()
477 = legacy_settings->duplex; in convert_legacy_settings_to_link_ksettings()
597 link_ksettings->base.duplex = link_info->duplex; in ethtool_params_from_link_mode()