Searched refs:get_sqi_max (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | linkstate.c | 58 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()
|
/openbmc/linux/drivers/net/phy/ |
H A D | nxp-tja11xx.c | 816 .get_sqi_max = tja11xx_get_sqi_max, 834 .get_sqi_max = tja11xx_get_sqi_max, 852 .get_sqi_max = tja11xx_get_sqi_max, 875 .get_sqi_max = tja11xx_get_sqi_max,
|
H A D | marvell-88q2xxx.c | 250 .get_sqi_max = mv88q2xxxx_get_sqi_max,
|
H A D | dp83td510.c | 230 .get_sqi_max = dp83td510_get_sqi_max,
|
H A D | adin1100.c | 282 .get_sqi_max = adin_get_sqi_max,
|
H A D | microchip_t1.c | 877 .get_sqi_max = lan87xx_get_sqi_max, 894 .get_sqi_max = lan87xx_get_sqi_max,
|
H A D | nxp-c45-tja11xx.c | 1936 .get_sqi_max = nxp_c45_get_sqi_max, 1961 .get_sqi_max = nxp_c45_get_sqi_max,
|
/openbmc/linux/include/linux/ |
H A D | phy.h | 1079 int (*get_sqi_max)(struct phy_device *dev); member
|