Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dnetdev_rx_queue.c12 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq_idx) in netdev_rx_queue_restart() function
88 EXPORT_SYMBOL_NS_GPL(netdev_rx_queue_restart, "NETDEV_INTERNAL");
134 ret = netdev_rx_queue_restart(dev, rxq_idx); in __net_mp_open_rxq()
177 err = netdev_rx_queue_restart(dev, ifq_idx); in __net_mp_close_rxq()
/linux-6.15/include/net/
H A Dnetdev_rx_queue.h59 int netdev_rx_queue_restart(struct net_device *dev, unsigned int rxq);
/linux-6.15/drivers/net/netdevsim/
H A Dnetdev.c798 ret = netdev_rx_queue_restart(ns->netdev, queue); in nsim_qreset_write()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11410 err = netdev_rx_queue_restart(irq->bp->dev, irq->ring_nr); in bnxt_irq_affinity_notify()