Lines Matching defs:ndev
313 netdev_mc_count(struct net_device *ndev)
316 return (netdev_hw_addr_list_count(&ndev->mc));
322 #define netdev_for_each_mc_addr(na, ndev) \
323 netdev_hw_addr_list_for_each(na, &(ndev)->mc)
349 ether_setup(struct net_device *ndev)
356 dev_net_set(struct net_device *ndev, void *p)
363 dev_set_threaded(struct net_device *ndev, bool threaded)
373 netif_carrier_ok(struct net_device *ndev)
380 netif_carrier_off(struct net_device *ndev)
386 netif_carrier_on(struct net_device *ndev)
394 netif_queue_stopped(struct net_device *ndev)
401 netif_stop_queue(struct net_device *ndev)
407 netif_wake_queue(struct net_device *ndev)
415 register_netdevice(struct net_device *ndev)
424 register_netdev(struct net_device *ndev)
429 error = register_netdevice(ndev);
436 unregister_netdev(struct net_device *ndev)
442 unregister_netdevice(struct net_device *ndev)
475 netdev_priv(const struct net_device *ndev)
478 return (__DECONST(void *, ndev->drv_priv));