Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/phy/
Dnxp-tja11xx.c705 .get_sqi_max = tja11xx_get_sqi_max,
723 .get_sqi_max = tja11xx_get_sqi_max,
741 .get_sqi_max = tja11xx_get_sqi_max,
764 .get_sqi_max = tja11xx_get_sqi_max,
/kernel/linux/linux-5.10/include/linux/
Dphy.h877 int (*get_sqi_max)(struct phy_device *dev); member