Lines Matching refs:netdev_ops
116 if (!dev->netdev_ops->ndo_set_config) in dev_setifmap()
129 return dev->netdev_ops->ndo_set_config(dev, &ifmap); in dev_setifmap()
132 return dev->netdev_ops->ndo_set_config(dev, &ifr->ifr_map); in dev_setifmap()
245 const struct net_device_ops *ops = dev->netdev_ops; in dev_eth_ioctl()
277 return dev->netdev_ops->ndo_hwtstamp_get(dev, cfg); in dev_get_hwtstamp_phylib()
282 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_hwtstamp()
329 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp_phylib()
369 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_hwtstamp()
437 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_get_lower()
454 const struct net_device_ops *ops = dev->netdev_ops; in generic_hwtstamp_set_lower()
470 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocbond()
485 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocdevprivate()
499 const struct net_device_ops *ops = dev->netdev_ops; in dev_siocwandev()
525 ops = dev->netdev_ops; in dev_ifsioc()