Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c735 #define to_rx_queue(obj) container_of(obj, struct netdev_rx_queue, kobj)
741 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_show()
753 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_attr_store()
767 static ssize_t show_rps_map(struct netdev_rx_queue *queue, char *buf) in show_rps_map()
789 static ssize_t store_rps_map(struct netdev_rx_queue *queue, in store_rps_map()
856 static ssize_t show_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in show_rps_dev_flow_table_cnt()
878 static ssize_t store_rps_dev_flow_table_cnt(struct netdev_rx_queue *queue, in store_rps_dev_flow_table_cnt()
956 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_release()
980 struct netdev_rx_queue *queue = to_rx_queue(kobj); in rx_queue_namespace()
1008 struct netdev_rx_queue *queue = dev->_rx + index; in rx_queue_add_kobject()
[all …]
H A Ddev.c4303 struct netdev_rx_queue *rxqueue; in set_rps_cpu()
4351 struct netdev_rx_queue *rxqueue = dev->_rx; in get_rps_cpu()
4458 struct netdev_rx_queue *rxqueue = dev->_rx + rxq_index; in rps_may_expire_flow()
4604 static struct netdev_rx_queue *netif_get_rxqueue(struct sk_buff *skb) in netif_get_rxqueue()
4607 struct netdev_rx_queue *rxqueue; in netif_get_rxqueue()
4631 struct netdev_rx_queue *rxqueue; in netif_receive_generic_xdp()
9801 struct netdev_rx_queue *rx; in netif_alloc_rx_queues()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h764 struct netdev_rx_queue { struct
787 ssize_t (*show)(struct netdev_rx_queue *queue, char *buf); argument
788 ssize_t (*store)(struct netdev_rx_queue *queue,
2081 struct netdev_rx_queue *_rx;
3845 static inline struct netdev_rx_queue *
3853 struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c678 struct netdev_rx_queue *rxqueue; in bpf_prog_test_run_xdp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd.h2351 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
2352 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c18971 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len) in custom_rps_map_set()
19035 void custom_rps_map_clear(struct netdev_rx_queue *queue) in custom_rps_map_clear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd.h2958 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
2959 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c19638 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len)
19702 void custom_rps_map_clear(struct netdev_rx_queue *queue)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd.h2958 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
2959 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c19703 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len)
19767 void custom_rps_map_clear(struct netdev_rx_queue *queue)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd.h2963 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
2964 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c19797 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len)
19861 void custom_rps_map_clear(struct netdev_rx_queue *queue)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd.h3833 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
3834 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c25579 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len) in custom_rps_map_set()
25651 void custom_rps_map_clear(struct netdev_rx_queue *queue) in custom_rps_map_clear()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd.h3828 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len);
3829 void custom_rps_map_clear(struct netdev_rx_queue *queue);
H A Ddhd_linux.c25690 int custom_rps_map_set(struct netdev_rx_queue *queue, char *buf, size_t len) in custom_rps_map_set()
25762 void custom_rps_map_clear(struct netdev_rx_queue *queue) in custom_rps_map_clear()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvirtio_net.c2956 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()