Lines Matching defs:duplex
393 legacy_settings->duplex
394 = link_ksettings->base.duplex;
468 /* Check if the user is trying to change anything besides speed/duplex */
475 base2.duplex = cmd->base.duplex;
619 u8 duplex;
622 duplex = cmd->base.duplex;
623 /* don't allow custom speed and duplex */
625 !ethtool_validate_duplex(duplex) ||
629 *dev_duplex = duplex;