Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetdev_rx_queue.c32 if (!qops || !qops->ndo_queue_stop || !qops->ndo_queue_mem_free || in netdev_rx_queue_reconfig()
57 err = qops->ndo_queue_stop(dev, old_mem, rxq_idx); in netdev_rx_queue_reconfig()
/linux/include/net/
H A Dnetdev_queues.h171 int (*ndo_queue_stop)(struct net_device *dev, member
/linux/drivers/net/netdevsim/
H A Dnetdev.c872 .ndo_queue_stop = nsim_queue_stop,
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2700 .ndo_queue_stop = gve_rx_queue_stop,
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5669 .ndo_queue_stop = mlx5e_queue_stop,