Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.c923 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()
1992 lp->ctl_rspeed = 10; in smc_probe()
1996 lp->ctl_rspeed = 100; in smc_probe()
Dsmc911x.c754 if (lp->ctl_rspeed == 100) in smc911x_phy_fixed()
936 if (lp->ctl_rspeed != 100) in smc911x_phy_configure()
1457 if (lp->ctl_rspeed == 10) in smc911x_ethtool_get_link_ksettings()
1459 else if (lp->ctl_rspeed == 100) in smc911x_ethtool_get_link_ksettings()
1944 lp->ctl_rspeed = 100; in smc911x_probe()
Dsmc911x.h76 int ctl_rspeed; member
Dsmc91x.h251 int ctl_rspeed; member