Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetdev_rx_queue.c38 new_mem = kvzalloc(qops->ndo_queue_mem_size, GFP_KERNEL); in netdev_rx_queue_reconfig()
42 old_mem = kvzalloc(qops->ndo_queue_mem_size, GFP_KERNEL); in netdev_rx_queue_reconfig()
/linux/include/net/
H A Dnetdev_queues.h160 size_t ndo_queue_mem_size; member
/linux/drivers/net/netdevsim/
H A Dnetdev.c868 .ndo_queue_mem_size = sizeof(struct nsim_queue_mem),
/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c2696 .ndo_queue_mem_size = sizeof(struct gve_rx_ring),
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5665 .ndo_queue_mem_size = sizeof(struct mlx5_qmgmt_data),