Home
last modified time | relevance | path

Searched refs:ndo_queue_get_dma_dev (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dnetdev_queues.c20 if (queue_ops && queue_ops->ndo_queue_get_dma_dev) in netdev_queue_get_dma_dev()
21 dma_dev = queue_ops->ndo_queue_get_dma_dev(dev, idx); in netdev_queue_get_dma_dev()
/linux/include/net/
H A Dnetdev_queues.h179 struct device * (*ndo_queue_get_dma_dev)(struct net_device *dev, member
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5670 .ndo_queue_get_dma_dev = mlx5e_queue_get_dma_dev,