Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dnet-sysfs.c654 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj)
660 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
672 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
686 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
708 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
766 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
788 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
866 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
890 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
918 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
Ddev.c3919 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
3967 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4074 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
4220 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
4223 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
4247 struct netdev_rx_queue *rxqueue; in netif_receive_generic_xdp()
8840 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
/Linux-v5.4/include/linux/
Dnetdevice.h736 struct netdev_rx_queue { struct
754 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
755 ssize_t (*store)(struct netdev_rx_queue *queue,
1937 struct netdev_rx_queue *_rx;
3553 static inline struct netdev_rx_queue *
3561 struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/Linux-v5.4/net/bpf/
Dtest_run.c347 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp()
/Linux-v5.4/drivers/net/
Dvirtio_net.c2899 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()