Lines Matching refs:msecs
1041 static int m88e1540_get_fld(struct phy_device *phydev, u8 *msecs) in m88e1540_get_fld() argument
1050 *msecs = ETHTOOL_PHY_FAST_LINK_DOWN_OFF; in m88e1540_get_fld()
1058 *msecs = 0; in m88e1540_get_fld()
1061 *msecs = 10; in m88e1540_get_fld()
1064 *msecs = 20; in m88e1540_get_fld()
1067 *msecs = 40; in m88e1540_get_fld()
1076 static int m88e1540_set_fld(struct phy_device *phydev, const u8 *msecs) in m88e1540_set_fld() argument
1081 if (*msecs == ETHTOOL_PHY_FAST_LINK_DOWN_OFF) in m88e1540_set_fld()
1094 if (*msecs <= 5) in m88e1540_set_fld()
1096 else if (*msecs <= 15) in m88e1540_set_fld()
1098 else if (*msecs <= 30) in m88e1540_set_fld()