Lines Matching refs:netdev_ops
678 if (dev->netdev_ops && dev->netdev_ops->ndo_get_iflink) in dev_get_iflink()
679 return dev->netdev_ops->ndo_get_iflink(dev); in dev_get_iflink()
698 if (!dev->netdev_ops || !dev->netdev_ops->ndo_fill_metadata_dst) in dev_fill_metadata_dst()
707 return dev->netdev_ops->ndo_fill_metadata_dst(dev, skb); in dev_fill_metadata_dst()
1308 const struct net_device_ops *ops = dev->netdev_ops; in __dev_open()
1406 const struct net_device_ops *ops = dev->netdev_ops; in __dev_close_many()
2697 if (dev->netdev_ops->ndo_features_check) in netif_skb_features()
2698 features &= dev->netdev_ops->ndo_features_check(skb, dev, in netif_skb_features()
3034 const struct net_device_ops *ops = dev->netdev_ops; in netdev_pick_tx()
3252 rc = dev->netdev_ops->ndo_rx_flow_steer(dev, skb, in set_rps_cpu()
5698 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_rx_flags()
5836 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_rx_mode()
6011 const struct net_device_ops *ops = dev->netdev_ops; in __dev_set_mtu()
6084 const struct net_device_ops *ops = dev->netdev_ops; in dev_set_mac_address()
6112 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_carrier()
6132 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_id()
6150 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_phys_port_name()
6168 const struct net_device_ops *ops = dev->netdev_ops; in dev_change_proto_down()
6270 if (dev->netdev_ops->ndo_uninit) in rollback_registered_many()
6271 dev->netdev_ops->ndo_uninit(dev); in rollback_registered_many()
6402 if (dev->netdev_ops->ndo_busy_poll) in netdev_fix_features()
6422 if (dev->netdev_ops->ndo_fix_features) in __netdev_update_features()
6423 features = dev->netdev_ops->ndo_fix_features(dev, features); in __netdev_update_features()
6438 if (dev->netdev_ops->ndo_set_features) in __netdev_update_features()
6439 err = dev->netdev_ops->ndo_set_features(dev, features); in __netdev_update_features()
6640 if (dev->netdev_ops->ndo_init) { in register_netdevice()
6641 ret = dev->netdev_ops->ndo_init(dev); in register_netdevice()
6651 (!dev->netdev_ops->ndo_vlan_rx_add_vid || in register_netdevice()
6652 !dev->netdev_ops->ndo_vlan_rx_kill_vid)) { in register_netdevice()
6739 if (dev->netdev_ops->ndo_uninit) in register_netdevice()
6740 dev->netdev_ops->ndo_uninit(dev); in register_netdevice()
6997 const struct net_device_ops *ops = dev->netdev_ops; in dev_get_stats()