Lines Matching refs:msecs
1369 static int m88e1540_get_fld(struct phy_device *phydev, u8 *msecs) in m88e1540_get_fld() argument
1378 *msecs = ETHTOOL_PHY_FAST_LINK_DOWN_OFF; in m88e1540_get_fld()
1386 *msecs = 0; in m88e1540_get_fld()
1389 *msecs = 10; in m88e1540_get_fld()
1392 *msecs = 20; in m88e1540_get_fld()
1395 *msecs = 40; in m88e1540_get_fld()
1404 static int m88e1540_set_fld(struct phy_device *phydev, const u8 *msecs) in m88e1540_set_fld() argument
1409 if (*msecs == ETHTOOL_PHY_FAST_LINK_DOWN_OFF) in m88e1540_set_fld()
1422 if (*msecs <= 5) in m88e1540_set_fld()
1424 else if (*msecs <= 15) in m88e1540_set_fld()
1426 else if (*msecs <= 30) in m88e1540_set_fld()