Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst105 config.indirections_len = VIRTIO_NET_RSS_MAX_TABLE_LEN;
108 uint16_t table[VIRTIO_NET_RSS_MAX_TABLE_LEN] = {...};
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-net.h140 #define VIRTIO_NET_RSS_MAX_TABLE_LEN 128 macro
/openbmc/qemu/hw/net/
H A Dvirtio-net.c159 VIRTIO_NET_RSS_MAX_TABLE_LEN : 1); in virtio_net_get_config()
1412 if (n->rss_data.indirections_len >= VIRTIO_NET_RSS_MAX_TABLE_LEN) { in virtio_net_handle_rss()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c211 #define VIRTIO_NET_RSS_MAX_TABLE_LEN 128 macro
216 u16 indirection_table[VIRTIO_NET_RSS_MAX_TABLE_LEN];