Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/phy/
H A Dnxp-tja11xx.c816 .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 Dmarvell-88q2xxx.c250 .get_sqi_max = mv88q2xxxx_get_sqi_max,
H A Ddp83td510.c230 .get_sqi_max = dp83td510_get_sqi_max,
H A Dadin1100.c282 .get_sqi_max = adin_get_sqi_max,
H A Dmicrochip_t1.c877 .get_sqi_max = lan87xx_get_sqi_max,
894 .get_sqi_max = lan87xx_get_sqi_max,
H A Dnxp-c45-tja11xx.c1936 .get_sqi_max = nxp_c45_get_sqi_max,
1961 .get_sqi_max = nxp_c45_get_sqi_max,
/openbmc/linux/include/linux/
H A Dphy.h1079 int (*get_sqi_max)(struct phy_device *dev); member