Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dnxp-tja11xx.c819 .get_sqi_max = tja11xx_get_sqi_max,
837 .get_sqi_max = tja11xx_get_sqi_max,
855 .get_sqi_max = tja11xx_get_sqi_max,
878 .get_sqi_max = tja11xx_get_sqi_max,
902 .get_sqi_max = tja11xx_get_sqi_max,
H A Dadin1100.c340 .get_sqi_max = adin_get_sqi_max,
H A Ddp83tg720.c590 .get_sqi_max = dp83tg720_get_sqi_max,
H A Dmarvell-88q2xxx.c1114 .get_sqi_max = mv88q2xxx_get_sqi_max,
1134 .get_sqi_max = mv88q2xxx_get_sqi_max,
H A Dnxp-c45-tja11xx.c2087 .get_sqi_max = nxp_c45_get_sqi_max,
2111 .get_sqi_max = nxp_c45_get_sqi_max,
2136 .get_sqi_max = nxp_c45_get_sqi_max,
2161 .get_sqi_max = nxp_c45_get_sqi_max,
H A Dmicrochip_t1.c2122 .get_sqi_max = lan87xx_get_sqi_max,
2139 .get_sqi_max = lan87xx_get_sqi_max,
2162 .get_sqi_max = lan87xx_get_sqi_max,
H A Ddp83td510.c890 .get_sqi_max = dp83td510_get_sqi_max,
/linux-6.15/net/ethtool/
H A Dlinkstate.c57 if (!phydev->drv || !phydev->drv->get_sqi_max) in linkstate_get_sqi_max()
62 ret = phydev->drv->get_sqi_max(phydev); in linkstate_get_sqi_max()
/linux-6.15/include/linux/
H A Dphy.h1153 int (*get_sqi_max)(struct phy_device *dev); member