Home
last modified time | relevance | path

Searched refs:netdev_rx_queue (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/include/net/
H A Dnetdev_rx_queue.h12 struct netdev_rx_queue { struct
38 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
39 ssize_t (*store)(struct netdev_rx_queue *queue,
43 static inline struct netdev_rx_queue *
50 get_netdev_rx_queue_index(struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/linux-6.15/include/net/page_pool/
H A Dmemory_provider.h8 struct netdev_rx_queue;
18 struct netdev_rx_queue *rxq);
19 void (*uninstall)(void *mp_priv, struct netdev_rx_queue *rxq);
/linux-6.15/net/core/
H A Dpage_pool_priv.h44 struct netdev_rx_queue *rxq);
54 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
H A Dnetdev_rx_queue.c14 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_restart()
94 struct netdev_rx_queue *rxq; in __net_mp_open_rxq()
156 struct netdev_rx_queue *rxq; in __net_mp_close_rxq()
H A Ddevmem.c116 struct netdev_rx_queue *rxq; in net_devmem_unbind_dmabuf()
147 struct netdev_rx_queue *rxq; in net_devmem_bind_dmabuf_to_queue()
366 struct netdev_rx_queue *rxq) in mp_dmabuf_devmem_nl_fill()
375 struct netdev_rx_queue *rxq) in mp_dmabuf_devmem_uninstall()
378 struct netdev_rx_queue *bound_rxq; in mp_dmabuf_devmem_uninstall()
H A Dnet-sysfs.c923 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
935 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
949 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
971 static int netdev_rx_queue_set_rps_mask(struct netdev_rx_queue *queue, in netdev_rx_queue_set_rps_mask()
1023 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
1150 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
1174 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
1200 struct netdev_rx_queue *queue) in rx_queue_default_mask()
1213 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
1273 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_change_owner()
[all …]
H A DMakefile22 obj-y += netdev_rx_queue.o
H A Dpage_pool_user.c356 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
H A Ddev.c4762 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
4810 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4919 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
5110 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
5113 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
5137 struct netdev_rx_queue *rxqueue; in bpf_prog_run_generic_xdp()
6895 struct netdev_rx_queue *rxq; in netif_queue_set_napi()
10723 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
11889 struct netdev_rx_queue *rxq = &dev->_rx[i]; in dev_memory_provider_uninstall()
H A Dnetdev-genl.c382 struct netdev_rx_queue *rxq; in netdev_nl_queue_fill_one()
H A Dpage_pool.c198 struct netdev_rx_queue *rxq; in page_pool_init()
/linux-6.15/io_uring/
H A Dzcrx.c664 struct netdev_rx_queue *rxq) in io_pp_nl_fill()
678 static void io_pp_uninstall(void *mp_priv, struct netdev_rx_queue *rxq) in io_pp_uninstall()
/linux-6.15/net/bpf/
H A Dtest_run.c1144 struct netdev_rx_queue *rxqueue; in xdp_convert_md_to_buff()
1209 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp()
/linux-6.15/net/xdp/
H A Dxsk.c1308 struct netdev_rx_queue *rxq; in xsk_bind()
/linux-6.15/include/linux/
H A Dnetdevice.h2140 struct netdev_rx_queue *_rx;
/linux-6.15/drivers/net/
H A Dvirtio_net.c6537 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()