Home
last modified time | relevance | path

Searched refs:ndo_queue_stop (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Dnetdev_rx_queue.c19 if (!qops || !qops->ndo_queue_stop || !qops->ndo_queue_mem_free || in netdev_rx_queue_restart()
44 err = qops->ndo_queue_stop(dev, old_mem, rxq_idx); in netdev_rx_queue_restart()
/linux/include/net/
H A Dnetdev_queues.h127 * @ndo_queue_stop: Stop the RX queue at the specified index. The stopped
131 * the interface is closed. @ndo_queue_start and @ndo_queue_stop will only
144 int (*ndo_queue_stop)(struct net_device *dev, member
/linux/drivers/net/netdevsim/
H A Dnetdev.c841 .ndo_queue_stop = nsim_queue_stop,
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2660 .ndo_queue_stop = gve_rx_queue_stop,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5633 .ndo_queue_stop = mlx5e_queue_stop,
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16122 .ndo_queue_stop = bnxt_queue_stop,