Home
last modified time | relevance | path

Searched refs:__netif_get_rx_queue (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/include/net/
Dnetdev_rx_queue.h43 __netif_get_rx_queue(struct net_device *dev, unsigned int rxq) in __netif_get_rx_queue() function
/linux-6.14.4/net/core/
Dnetdev_rx_queue.c11 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_restart()
Ddevmem.c156 rxq = __netif_get_rx_queue(dev, rxq_idx); in net_devmem_bind_dmabuf_to_queue()
Dnetdev-genl.c389 rxq = __netif_get_rx_queue(netdev, q_idx); in netdev_nl_queue_fill_one()
Dpage_pool.c285 rxq = __netif_get_rx_queue(pool->slow.netdev, in page_pool_init()
Ddev.c6924 rxq = __netif_get_rx_queue(dev, queue_index); in netif_queue_set_napi()
/linux-6.14.4/net/bpf/
Dtest_run.c1168 rxqueue = __netif_get_rx_queue(device, rx_queue_index); in xdp_convert_md_to_buff()
1266 rxqueue = __netif_get_rx_queue(current->nsproxy->net_ns->loopback_dev, 0); in bpf_prog_test_run_xdp()
/linux-6.14.4/net/xdp/
Dxsk.c1306 rxq = __netif_get_rx_queue(dev, qid); in xsk_bind()