netdev_rx_queue_restart
err = netdev_rx_queue_restart(irq->bp->dev, irq->ring_nr);
ret = netdev_rx_queue_restart(ns->netdev, queue);
int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq);
EXPORT_SYMBOL_NS_GPL(netdev_rx_queue_restart, "NETDEV_INTERNAL");