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