Lines Matching defs:supported
571 u32 supported, advertising;
573 supported = p->link_config.supported;
584 cmd->base.port = (supported & SUPPORTED_TP) ? PORT_TP : PORT_FIBRE;
588 ethtool_convert_legacy_u32_to_link_mode(cmd->link_modes.supported,
589 supported);
642 if (!(lc->supported & SUPPORTED_Autoneg))
649 if (!(lc->supported & cap) || (speed == SPEED_1000))
657 advertising = lc->supported;
658 advertising &= lc->supported;
691 else if (lc->supported & SUPPORTED_Autoneg)