Home
last modified time | relevance | path

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

/linux-6.12.1/net/core/
Dnetdev_rx_queue.c17 !dev->queue_mgmt_ops->ndo_queue_mem_alloc || in netdev_rx_queue_restart()
33 err = dev->queue_mgmt_ops->ndo_queue_mem_alloc(dev, new_mem, rxq_idx); in netdev_rx_queue_restart()
/linux-6.12.1/include/net/
Dnetdev_queues.h113 int (*ndo_queue_mem_alloc)(struct net_device *dev, member
/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_main.c2541 .ndo_queue_mem_alloc = gve_rx_queue_mem_alloc,
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c15274 .ndo_queue_mem_alloc = bnxt_queue_mem_alloc,