Home
last modified time | relevance | path

Searched refs:netdev_rx_queue_restart (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dnetdev_rx_queue.c102 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq_idx) in netdev_rx_queue_restart() function
109 EXPORT_SYMBOL_NS_GPL(netdev_rx_queue_restart, "NETDEV_INTERNAL");
/linux/include/net/
H A Dnetdev_rx_queue.h61 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq);
/linux/drivers/net/netdevsim/
H A Dnetdev.c901 ret = netdev_rx_queue_restart(ns->netdev, queue); in nsim_qreset_write()