Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetdev_rx_queue.h13 struct netdev_rx_queue { struct
40 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
41 ssize_t (*store)(struct netdev_rx_queue *queue,
45 static inline struct netdev_rx_queue *
52 get_netdev_rx_queue_index(struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/linux/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/net/core/
H A Dnetdev_rx_queue.c16 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, idx); in netif_rxq_has_unreadable_mp()
27 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_reconfig()
117 struct netdev_rx_queue *rxq; in __net_mp_open_rxq()
190 struct netdev_rx_queue *rxq; in __net_mp_close_rxq()
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 Ddevmem.c126 struct netdev_rx_queue *rxq; in net_devmem_unbind_dmabuf()
162 struct netdev_rx_queue *rxq; in net_devmem_bind_dmabuf_to_queue()
497 struct netdev_rx_queue *rxq) in mp_dmabuf_devmem_nl_fill()
506 struct netdev_rx_queue *rxq) in mp_dmabuf_devmem_uninstall()
509 struct netdev_rx_queue *bound_rxq; in mp_dmabuf_devmem_uninstall()
H A Dnet-sysfs.c927 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj)
933 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
945 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
959 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
981 static int netdev_rx_queue_set_rps_mask(struct netdev_rx_queue *queue, in netdev_rx_queue_set_rps_mask()
1033 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
1060 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
1082 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
1162 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
1186 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
[all …]
H A DMakefile23 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.c160 #include <net/netdev_rx_queue.h>
5027 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
5093 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
5202 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
5397 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
5400 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
5424 struct netdev_rx_queue *rxqueue; in bpf_prog_run_generic_xdp()
7275 struct netdev_rx_queue *rxq; in netif_queue_set_napi()
11162 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
12318 struct netdev_rx_queue *rx in dev_memory_provider_uninstall()
[all...]
H A Dpage_pool.c198 struct netdev_rx_queue *rxq; in page_pool_init()
H A Dnetdev-genl.c394 struct netdev_rx_queue *rxq; in netdev_nl_queue_fill_one()
/linux/io_uring/
H A Dzcrx.c1066 struct netdev_rx_queue *rxq) in io_pp_nl_fill()
1080 static void io_pp_uninstall(void *mp_priv, struct netdev_rx_queue *rxq) in io_pp_uninstall()
/linux/net/bpf/
H A Dtest_run.c1211 struct netdev_rx_queue *rxqueue; in xdp_convert_md_to_buff()
1276 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp()
/linux/net/xdp/
H A Dxsk.c1444 struct netdev_rx_queue *rxq; in xsk_bind()
/linux/include/linux/
H A Dnetdevice.h2171 struct netdev_rx_queue *_rx;