Home
last modified time | relevance | path

Searched refs:drv (Results 1 – 5 of 5) sorted by relevance

/net/ethtool/
Dlinkstate.c38 if (!phydev->drv || !phydev->drv->get_sqi) in linkstate_get_sqi()
43 ret = phydev->drv->get_sqi(phydev); in linkstate_get_sqi()
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()
Dioctl.c2382 if (phydev && phydev->drv && phydev->drv->module_info) in ethtool_get_module_info_call()
2383 return phydev->drv->module_info(phydev, modinfo); in ethtool_get_module_info_call()
2419 if (phydev && phydev->drv && phydev->drv->module_eeprom) in ethtool_get_module_eeprom_call()
2420 return phydev->drv->module_eeprom(phydev, ee, data); in ethtool_get_module_eeprom_call()
2663 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in get_phy_tunable()
2676 ret = phydev->drv->get_tunable(phydev, &tuna, data); in get_phy_tunable()
2702 phy_drv_tunable = phydev && phydev->drv && phydev->drv->get_tunable; in set_phy_tunable()
2716 ret = phydev->drv->set_tunable(phydev, &tuna, data); in set_phy_tunable()
/net/qrtr/
Dsmd.c102 .drv = {
/net/devlink/
Ddev.c784 static int devlink_nl_driver_info_get(struct device_driver *drv, in devlink_nl_driver_info_get() argument
787 if (!drv) in devlink_nl_driver_info_get()
790 if (drv->name[0]) in devlink_nl_driver_info_get()
792 drv->name); in devlink_nl_driver_info_get()
/net/iucv/
Diucv.c65 static int iucv_bus_match(struct device *dev, struct device_driver *drv) in iucv_bus_match() argument