Home
last modified time | relevance | path

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

/linux/net/core/
H A Dnetdev_queues.c36 struct device *netdev_queue_get_dma_dev(struct net_device *dev, in netdev_queue_get_dma_dev() function
H A Dnetdev-genl.c998 rxq_dma_dev = netdev_queue_get_dma_dev(netdev, rxq_idx, in netdev_nl_get_dma_dev()
1235 dma_dev = netdev_queue_get_dma_dev(bind_dev, 0, NETDEV_QUEUE_TYPE_TX); in netdev_nl_bind_tx_doit()
/linux/io_uring/
H A Dzcrx.c908 ifq->dev = netdev_queue_get_dma_dev(ifq->netdev, if_rxq, NETDEV_QUEUE_TYPE_RX); in zcrx_register_netdev()