Searched refs:get_sqi_max (Results 1 – 9 of 9) sorted by relevance
| /linux/net/ethtool/ |
| 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()
|
| /linux/drivers/net/phy/ |
| A D | nxp-tja11xx.c | 814 .get_sqi_max = tja11xx_get_sqi_max, 832 .get_sqi_max = tja11xx_get_sqi_max, 850 .get_sqi_max = tja11xx_get_sqi_max, 873 .get_sqi_max = tja11xx_get_sqi_max,
|
| A D | dp83tg720.c | 355 .get_sqi_max = dp83tg720_get_sqi_max,
|
| A D | marvell-88q2xxx.c | 896 .get_sqi_max = mv88q2xxx_get_sqi_max, 916 .get_sqi_max = mv88q2xxx_get_sqi_max,
|
| A D | adin1100.c | 337 .get_sqi_max = adin_get_sqi_max,
|
| A D | dp83td510.c | 599 .get_sqi_max = dp83td510_get_sqi_max,
|
| A D | microchip_t1.c | 1847 .get_sqi_max = lan87xx_get_sqi_max, 1864 .get_sqi_max = lan87xx_get_sqi_max,
|
| A D | nxp-c45-tja11xx.c | 1953 .get_sqi_max = nxp_c45_get_sqi_max, 1978 .get_sqi_max = nxp_c45_get_sqi_max,
|
| /linux/include/linux/ |
| A D | phy.h | 1114 int (*get_sqi_max)(struct phy_device *dev); member
|
Completed in 31 milliseconds