Home
last modified time | relevance | path

Searched refs:VIRTIO_NET_RSS_MAX_TABLE_LEN (Results 1 – 4 of 4) sorted by relevance

/qemu/ebpf/
H A Debpf_rss.c220 if (len > VIRTIO_NET_RSS_MAX_TABLE_LEN) { in ebpf_rss_set_indirections_table()
222 len, VIRTIO_NET_RSS_MAX_TABLE_LEN); in ebpf_rss_set_indirections_table()
/qemu/docs/devel/
H A Debpf_rss.rst107 config.indirections_len = VIRTIO_NET_RSS_MAX_TABLE_LEN;
110 uint16_t table[VIRTIO_NET_RSS_MAX_TABLE_LEN] = {...};
/qemu/include/hw/virtio/
H A Dvirtio-net.h140 #define VIRTIO_NET_RSS_MAX_TABLE_LEN 128 macro
/qemu/hw/net/
H A Dvirtio-net.c159 VIRTIO_NET_RSS_MAX_TABLE_LEN : 1); in virtio_net_get_config()
1420 if (n->rss_data.indirections_len >= VIRTIO_NET_RSS_MAX_TABLE_LEN) { in virtio_net_handle_rss()