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()
270 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib()
278 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib()
283 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_hwtstamp()
331 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp_phylib()
392 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp()
462 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_get_lower()
479 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_set_lower()
495 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocbond()
514 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocdevprivate()
532 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocwandev()
561 ops = dev->netdev_ops; in dev_ifsioc()