Lines Matching refs:dev
14 struct net_device *dev)
16 struct drv *dp = netdev_priv(dev);
22 netif_stop_queue(dev);
25 dev->name);
33 netif_stop_queue(dev);
42 if (netif_queue_stopped(dp->dev) &&
44 netif_wake_queue(dp->dev);
57 if (netif_queue_stopped(dp->dev) &&
59 netif_wake_queue(dp->dev);
88 1) After the dev->stop routine has been called, the hardware must
93 2) The dev->stop routine will be called by unregister_netdevice