Home
last modified time | relevance | path

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

/Linux-v6.1/net/ethtool/
Dlinkstate.c55 if (!phydev->drv || !phydev->drv->get_sqi_max) in linkstate_get_sqi_max()
58 ret = phydev->drv->get_sqi_max(phydev); in linkstate_get_sqi_max()
/Linux-v6.1/drivers/net/phy/
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,
Ddp83td510.c243 .get_sqi_max = dp83td510_get_sqi_max,
Dadin1100.c282 .get_sqi_max = adin_get_sqi_max,
Dmicrochip_t1.c835 .get_sqi_max = lan87xx_get_sqi_max,
852 .get_sqi_max = lan87xx_get_sqi_max,
Dnxp-c45-tja11xx.c1361 .get_sqi_max = nxp_c45_get_sqi_max,
/Linux-v6.1/include/linux/
Dphy.h974 int (*get_sqi_max)(struct phy_device *dev); member