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)
259 .duplex = __DUPLEX_ ## _duplex \
267 .duplex = DUPLEX_UNKNOWN, \
294 .duplex = DUPLEX_FULL,
499 link_ksettings->base.duplex in convert_legacy_settings_to_link_ksettings()
500 = legacy_settings->duplex; in convert_legacy_settings_to_link_ksettings()
685 link_ksettings->base.duplex = link_info->duplex; in ethtool_params_from_link_mode()