Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dnet-sysfs.c780 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj)
786 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
798 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
812 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
834 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
901 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
923 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
1001 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
1025 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
1053 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
[all …]
Ddev.c4395 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
4443 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4550 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
4702 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
4705 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
4729 struct netdev_rx_queue *rxqueue; in bpf_prog_run_generic_xdp()
9847 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
/Linux-v6.1/include/linux/
Dnetdevice.h763 struct netdev_rx_queue { struct
783 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
784 ssize_t (*store)(struct netdev_rx_queue *queue,
2178 struct netdev_rx_queue *_rx;
3744 static inline struct netdev_rx_queue *
3752 struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/Linux-v6.1/net/bpf/
Dtest_run.c1220 struct netdev_rx_queue *rxqueue; in xdp_convert_md_to_buff()
1285 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp()
/Linux-v6.1/drivers/net/
Dvirtio_net.c3593 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()