Lines Matching refs:netdev_ops

672 	if (dev->netdev_ops && dev->netdev_ops->ndo_get_iflink)  in dev_get_iflink()
673 return dev->netdev_ops->ndo_get_iflink(dev); in dev_get_iflink()
1276 const struct net_device_ops *ops = dev->netdev_ops; in __dev_open()
1374 const struct net_device_ops *ops = dev->netdev_ops; in __dev_close_many()
2634 if (dev->netdev_ops->ndo_features_check) in netif_skb_features()
2635 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
3098 rc = dev->netdev_ops->ndo_rx_flow_steer(dev, skb, in set_rps_cpu()
5510 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_rx_flags()
5648 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_rx_mode()
5823 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_mtu()
5896 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_mac_address()
5924 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_carrier()
5944 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_id()
5962 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_name()
6062 if (dev->netdev_ops->ndo_uninit) in rollback_registered_many()
6063 dev->netdev_ops->ndo_uninit(dev); in rollback_registered_many()
6152 if (dev->netdev_ops->ndo_busy_poll) in netdev_fix_features()
6170 if (dev->netdev_ops->ndo_fix_features) in __netdev_update_features()
6171 features = dev->netdev_ops->ndo_fix_features(dev, features); in __netdev_update_features()
6182 if (dev->netdev_ops->ndo_set_features) in __netdev_update_features()
6183 err = dev->netdev_ops->ndo_set_features(dev, features); in __netdev_update_features()
6361 if (dev->netdev_ops->ndo_init) { in register_netdevice()
6362 ret = dev->netdev_ops->ndo_init(dev); in register_netdevice()
6372 (!dev->netdev_ops->ndo_vlan_rx_add_vid || in register_netdevice()
6373 !dev->netdev_ops->ndo_vlan_rx_kill_vid)) { in register_netdevice()
6460 if (dev->netdev_ops->ndo_uninit) in register_netdevice()
6461 dev->netdev_ops->ndo_uninit(dev); in register_netdevice()
6718 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_stats()