Searched refs:get_sqi_max (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | nxp-tja11xx.c | 819 .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 D | adin1100.c | 340 .get_sqi_max = adin_get_sqi_max,
|
| H A D | dp83tg720.c | 590 .get_sqi_max = dp83tg720_get_sqi_max,
|
| H A D | marvell-88q2xxx.c | 1114 .get_sqi_max = mv88q2xxx_get_sqi_max, 1134 .get_sqi_max = mv88q2xxx_get_sqi_max,
|
| H A D | nxp-c45-tja11xx.c | 2087 .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 D | microchip_t1.c | 2122 .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 D | dp83td510.c | 890 .get_sqi_max = dp83td510_get_sqi_max,
|
| /linux-6.15/net/ethtool/ |
| H A D | linkstate.c | 57 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 D | phy.h | 1153 int (*get_sqi_max)(struct phy_device *dev); member
|