Lines Matching defs:ndev
313 netdev_mc_count(struct net_device *ndev) in netdev_mc_count()
322 #define netdev_for_each_mc_addr(na, ndev) \ argument
349 ether_setup(struct net_device *ndev) in ether_setup()
356 dev_net_set(struct net_device *ndev, void *p) in dev_net_set()
363 dev_set_threaded(struct net_device *ndev, bool threaded) in dev_set_threaded()
373 netif_carrier_ok(struct net_device *ndev) in netif_carrier_ok()
380 netif_carrier_off(struct net_device *ndev) in netif_carrier_off()
386 netif_carrier_on(struct net_device *ndev) in netif_carrier_on()
394 netif_queue_stopped(struct net_device *ndev) in netif_queue_stopped()
401 netif_stop_queue(struct net_device *ndev) in netif_stop_queue()
407 netif_wake_queue(struct net_device *ndev) in netif_wake_queue()
415 register_netdevice(struct net_device *ndev) in register_netdevice()
424 register_netdev(struct net_device *ndev) in register_netdev()
436 unregister_netdev(struct net_device *ndev) in unregister_netdev()
442 unregister_netdevice(struct net_device *ndev) in unregister_netdevice()
475 netdev_priv(const struct net_device *ndev) in netdev_priv()