Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/net/phy/
Dnxp-tja11xx.c748 .get_sqi_max = tja11xx_get_sqi_max,
766 .get_sqi_max = tja11xx_get_sqi_max,
784 .get_sqi_max = tja11xx_get_sqi_max,
807 .get_sqi_max = tja11xx_get_sqi_max,
Dnxp-c45-tja11xx.c1141 .get_sqi_max = nxp_c45_get_sqi_max,
/Linux-v5.15/include/linux/
Dphy.h899 int (*get_sqi_max)(struct phy_device *dev); member