Lines Matching refs:msecs
1516 static int m88e1540_get_fld(struct phy_device *phydev, u8 *msecs) in m88e1540_get_fld() argument
1525 *msecs = ETHTOOL_PHY_FAST_LINK_DOWN_OFF; in m88e1540_get_fld()
1533 *msecs = 0; in m88e1540_get_fld()
1536 *msecs = 10; in m88e1540_get_fld()
1539 *msecs = 20; in m88e1540_get_fld()
1542 *msecs = 40; in m88e1540_get_fld()
1551 static int m88e1540_set_fld(struct phy_device *phydev, const u8 *msecs) in m88e1540_set_fld() argument
1555 if (*msecs == ETHTOOL_PHY_FAST_LINK_DOWN_OFF) in m88e1540_set_fld()
1567 if (*msecs <= 5) in m88e1540_set_fld()
1569 else if (*msecs <= 15) in m88e1540_set_fld()
1571 else if (*msecs <= 30) in m88e1540_set_fld()