Lines Matching refs:duplex
102 #define __LINK_MODE_NAME(speed, type, duplex) \ argument
103 #speed "base" #type "/" #duplex
104 #define __DEFINE_LINK_MODE_NAME(speed, type, duplex) \ argument
105 [ETHTOOL_LINK_MODE(speed, type, duplex)] = \
106 __LINK_MODE_NAME(speed, type, duplex)
243 .duplex = __DUPLEX_ ## _duplex \
251 .duplex = DUPLEX_UNKNOWN, \
278 .duplex = DUPLEX_FULL,
472 link_ksettings->base.duplex in convert_legacy_settings_to_link_ksettings()
473 = legacy_settings->duplex; in convert_legacy_settings_to_link_ksettings()
593 link_ksettings->base.duplex = link_info->duplex; in ethtool_params_from_link_mode()