Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.c929 if (lp->ctl_rspeed == 100) in smc_phy_fixed()
1104 if (lp->ctl_rspeed != 100) in smc_phy_configure()
1549 if (lp->ctl_rspeed == 10) in smc_ethtool_getsettings()
1551 else if (lp->ctl_rspeed == 100) in smc_ethtool_getsettings()
1999 lp->ctl_rspeed = 10; in smc_probe()
2003 lp->ctl_rspeed = 100; in smc_probe()
Dsmc911x.c762 if (lp->ctl_rspeed == 100) in smc911x_phy_fixed()
944 if (lp->ctl_rspeed != 100) in smc911x_phy_configure()
1469 if (lp->ctl_rspeed == 10) in smc911x_ethtool_getsettings()
1471 else if (lp->ctl_rspeed == 100) in smc911x_ethtool_getsettings()
1951 lp->ctl_rspeed = 100; in smc911x_probe()
Dsmc911x.h87 int ctl_rspeed; member
Dsmc91x.h316 int ctl_rspeed; member