Lines Matching defs:msecs
1427 static int m88e1540_get_fld(struct phy_device *phydev, u8 *msecs)
1436 *msecs = ETHTOOL_PHY_FAST_LINK_DOWN_OFF;
1444 *msecs = 0;
1447 *msecs = 10;
1450 *msecs = 20;
1453 *msecs = 40;
1462 static int m88e1540_set_fld(struct phy_device *phydev, const u8 *msecs)
1467 if (*msecs == ETHTOOL_PHY_FAST_LINK_DOWN_OFF)
1480 if (*msecs <= 5)
1482 else if (*msecs <= 15)
1484 else if (*msecs <= 30)