Lines Matching refs:netdev_ops
118 if (!dev->netdev_ops->ndo_set_config) in netif_setifmap()
131 return dev->netdev_ops->ndo_set_config(dev, &ifmap); in netif_setifmap()
134 return dev->netdev_ops->ndo_set_config(dev, &ifr->ifr_map); in netif_setifmap()
271 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib()
279 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib()
284 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_hwtstamp()
332 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp_phylib()
393 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp()
444 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_get_lower()
465 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_set_lower()
485 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocbond()
504 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocdevprivate()
522 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocwandev()
551 ops = dev->netdev_ops; in dev_ifsioc()