Home
last modified time | relevance | path

Searched refs:get_sqi_max (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/phy/
H A Dnxp-tja11xx.c829 .get_sqi_max = tja11xx_get_sqi_max,
847 .get_sqi_max = tja11xx_get_sqi_max,
866 .get_sqi_max = tja11xx_get_sqi_max,
889 .get_sqi_max = tja11xx_get_sqi_max,
913 .get_sqi_max = tja11xx_get_sqi_max,
H A Dmarvell-88q2xxx.c1115 .get_sqi_max = mv88q2xxx_get_sqi_max,
1135 .get_sqi_max = mv88q2xxx_get_sqi_max,
H A Ddp83tg720.c657 .get_sqi_max = dp83tg720_get_sqi_max,
H A Dmicrochip_t1s.c551 .get_sqi_max = genphy_c45_oatc14_get_sqi_max,
H A Dmicrochip_t1.c2118 .get_sqi_max = lan87xx_get_sqi_max,
2135 .get_sqi_max = lan87xx_get_sqi_max,
2158 .get_sqi_max = lan87xx_get_sqi_max,
H A Dmicrel.c7104 .get_sqi_max = kszphy_get_sqi_max,
/linux/net/ethtool/
H A Dlinkstate.c58 if (!phydev->drv || !phydev->drv->get_sqi_max) in linkstate_get_sqi_max()
63 ret = phydev->drv->get_sqi_max(phydev); in linkstate_get_sqi_max()
/linux/include/linux/
H A Dphy.h1397 int (*get_sqi_max)(struct phy_device *dev); member