Home
last modified time | relevance | path

Searched refs:speed_duplex_caps (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_main.c3399 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 …]
De100.h939 u32 speed_duplex_caps; /* adapter's speed/duplex capabilities */ member