Searched refs:netdev_rx_queue (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/include/net/ |
D | netdev_rx_queue.h | 12 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/ |
D | page_pool_priv.h | 44 struct netdev_rx_queue *rxq); 54 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
|
D | net-sysfs.c | 833 #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 …]
|
D | devmem.c | 109 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()
|
D | netdev_rx_queue.c | 11 struct netdev_rx_queue *rxq = __netif_get_rx_queue(dev, rxq_idx); in netdev_rx_queue_restart()
|
D | Makefile | 22 obj-y += netdev_rx_queue.o
|
D | page_pool_user.c | 357 struct netdev_rx_queue *rxq) in page_pool_check_memory_provider()
|
D | netdev-genl.c | 374 struct netdev_rx_queue *rxq; in netdev_nl_queue_fill_one()
|
D | page_pool.c | 195 struct netdev_rx_queue *rxq; in page_pool_init()
|
D | dev.c | 4780 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/ |
D | test_run.c | 1144 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/ |
D | xsk.c | 1304 struct netdev_rx_queue *rxq; in xsk_bind()
|
/linux-6.14.4/include/linux/ |
D | netdevice.h | 2112 struct netdev_rx_queue *_rx;
|
/linux-6.14.4/drivers/net/ |
D | virtio_net.c | 6444 static ssize_t mergeable_rx_buffer_size_show(struct netdev_rx_queue *queue, in mergeable_rx_buffer_size_show()
|