Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c924 if (lp->ctl_rspeed == 100) in smc_phy_fixed()
1098 if (lp->ctl_rspeed != 100) in smc_phy_configure()
1540 if (lp->ctl_rspeed == 10) in smc_ethtool_get_link_ksettings()
1542 else if (lp->ctl_rspeed == 100) in smc_ethtool_get_link_ksettings()
1994 lp->ctl_rspeed = 10; in smc_probe()
1998 lp->ctl_rspeed = 100; in smc_probe()
H A Dsmc91x.h240 int ctl_rspeed; member