Home
last modified time | relevance | path

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

/net/core/
Dtimestamping.c16 skb->dev->phydev->drv)) in classify()
36 if (likely(phydev->drv->txtstamp)) { in skb_clone_tx_timestamp()
40 phydev->drv->txtstamp(phydev, clone, type); in skb_clone_tx_timestamp()
50 if (!skb->dev || !skb->dev->phydev || !skb->dev->phydev->drv) in skb_defer_rx_timestamp()
66 if (likely(phydev->drv->rxtstamp)) in skb_defer_rx_timestamp()
67 return phydev->drv->rxtstamp(phydev, skb, type); in skb_defer_rx_timestamp()
Dethtool.c2173 if (phydev && phydev->drv && phydev->drv->ts_info) { in ethtool_get_ts_info()
2174 err = phydev->drv->ts_info(phydev, &info); in ethtool_get_ts_info()
2202 if (phydev && phydev->drv && phydev->drv->module_info) in __ethtool_get_module_info()
2203 return phydev->drv->module_info(phydev, modinfo); in __ethtool_get_module_info()
2239 if (phydev && phydev->drv && phydev->drv->module_eeprom) in __ethtool_get_module_eeprom()
2240 return phydev->drv->module_eeprom(phydev, ee, data); in __ethtool_get_module_eeprom()
2476 if (!(phydev && phydev->drv && phydev->drv->get_tunable)) in get_phy_tunable()
2488 ret = phydev->drv->get_tunable(phydev, &tuna, data); in get_phy_tunable()
2510 if (!(phydev && phydev->drv && phydev->drv->set_tunable)) in set_phy_tunable()
2522 ret = phydev->drv->set_tunable(phydev, &tuna, data); in set_phy_tunable()
/net/qrtr/
Dsmd.c102 .drv = {
/net/8021q/
Dvlan_dev.c650 if (phydev && phydev->drv && phydev->drv->ts_info) { in vlan_ethtool_get_ts_info()
651 return phydev->drv->ts_info(phydev, info); in vlan_ethtool_get_ts_info()
/net/iucv/
Diucv.c65 static int iucv_bus_match(struct device *dev, struct device_driver *drv) in iucv_bus_match() argument