Lines Matching defs:msecs
1221 static int m88e1540_get_fld(struct phy_device *phydev, u8 *msecs)
1230 *msecs = ETHTOOL_PHY_FAST_LINK_DOWN_OFF;
1238 *msecs = 0;
1241 *msecs = 10;
1244 *msecs = 20;
1247 *msecs = 40;
1256 static int m88e1540_set_fld(struct phy_device *phydev, const u8 *msecs)
1261 if (*msecs == ETHTOOL_PHY_FAST_LINK_DOWN_OFF)
1274 if (*msecs <= 5)
1276 else if (*msecs <= 15)
1278 else if (*msecs <= 30)