Searched refs:speed_duplex_caps (Results 1 – 2 of 2) sorted by relevance
3399 ecmd.supported = bdp->speed_duplex_caps; in e100_ethtool_get_settings()3402 (bdp->speed_duplex_caps & SUPPORTED_TP) ? PORT_TP : PORT_FIBRE; in e100_ethtool_get_settings()3425 if (bdp->speed_duplex_caps & SUPPORTED_MII) { in e100_ethtool_get_settings()3461 && (bdp->speed_duplex_caps & SUPPORTED_Autoneg)) { in e100_ethtool_set_settings()3497 if (bdp->speed_duplex_caps & ethtool_new_speed_duplex) { in e100_ethtool_set_settings()3601 if ((bdp->speed_duplex_caps & SUPPORTED_Autoneg) && in e100_ethtool_nway_rst()3816 bdp->speed_duplex_caps = 0; in e100_get_speed_duplex_caps()3818 bdp->speed_duplex_caps |= in e100_get_speed_duplex_caps()3821 bdp->speed_duplex_caps |= in e100_get_speed_duplex_caps()3824 bdp->speed_duplex_caps |= in e100_get_speed_duplex_caps()[all …]
939 u32 speed_duplex_caps; /* adapter's speed/duplex capabilities */ member