Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dnetdev_rx_queue.h12 struct netdev_rx_queue { struct
37 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
38 ssize_t (*store)(struct netdev_rx_queue *queue,
42 static inline struct netdev_rx_queue *
49 get_netdev_rx_queue_index(struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/linux-6.14.4/net/core/
Dpage_pool_priv.h44 struct netdev_rx_queue *rxq);
54 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
Dnet-sysfs.c833 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj)
839 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
851 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
865 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
887 static int netdev_rx_queue_set_rps_mask(struct netdev_rx_queue *queue, in netdev_rx_queue_set_rps_mask()
939 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
966 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
988 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
1066 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
1090 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
[all …]
Ddevmem.c109 struct netdev_rx_queue *rxq; in net_devmem_unbind_dmabuf()
137 struct netdev_rx_queue *rxq; in net_devmem_bind_dmabuf_to_queue()
321 struct netdev_rx_queue *rxq; in dev_dmabuf_uninstall()
Dnetdev_rx_queue.c11 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_restart()
DMakefile22 obj-y += netdev_rx_queue.o
Dpage_pool_user.c357 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
Dnetdev-genl.c374 struct netdev_rx_queue *rxq; in netdev_nl_queue_fill_one()
Dpage_pool.c195 struct netdev_rx_queue *rxq; in page_pool_init()
Ddev.c4780 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
4828 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4937 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
5128 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
5131 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
5155 struct netdev_rx_queue *rxqueue; in bpf_prog_run_generic_xdp()
6914 struct netdev_rx_queue *rxq; in netif_queue_set_napi()
10670 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
/linux-6.14.4/net/bpf/
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.14.4/net/xdp/
Dxsk.c1304 struct netdev_rx_queue *rxq; in xsk_bind()
/linux-6.14.4/include/linux/
Dnetdevice.h2112 struct netdev_rx_queue *_rx;
/linux-6.14.4/drivers/net/
Dvirtio_net.c6444 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()