Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dnetdev_rx_queue.c9 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq_idx) in netdev_rx_queue_restart() function
82 EXPORT_SYMBOL_NS_GPL(netdev_rx_queue_restart, "NETDEV_INTERNAL");
Ddevmem.c124 err = netdev_rx_queue_restart(binding->dev, rxq_idx); in net_devmem_unbind_dmabuf()
176 err = netdev_rx_queue_restart(dev, rxq_idx); in net_devmem_bind_dmabuf_to_queue()
/linux-6.14.4/include/net/
Dnetdev_rx_queue.h58 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq);
/linux-6.14.4/drivers/net/netdevsim/
Dnetdev.c768 ret = netdev_rx_queue_restart(ns->netdev, queue); in nsim_qreset_write()