Home
last modified time | relevance | path

Searched refs:hash_types (Results 1 – 7 of 7) sorted by relevance

/qemu/tools/ebpf/
H A Drss.bpf.c42 __u32 hash_types; member
400 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_TCPv4) { in calculate_rss_hash()
429 } else if (config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_IPv4) { in calculate_rss_hash()
439 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_TCPv6) { in calculate_rss_hash()
442 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_TCP_EX) { in calculate_rss_hash()
453 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_TCP_EX) { in calculate_rss_hash()
473 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_UDP_EX) { in calculate_rss_hash()
484 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_UDP_EX) { in calculate_rss_hash()
502 } else if (config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_IPv6) { in calculate_rss_hash()
504 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_IP_EX) { in calculate_rss_hash()
[all …]
/qemu/include/standard-headers/linux/
H A Dvirtio_net.h321 uint32_t hash_types; member
341 uint32_t hash_types; member
/qemu/ebpf/
H A Debpf_rss.h35 uint32_t hash_types; member
/qemu/docs/devel/
H A Debpf_rss.rst87 - hash_types - binary mask of different hash types. See ``VIRTIO_NET_RSS_HASH_TYPE_*`` defines. If …
104 config.hash_types = VIRTIO_NET_RSS_HASH_TYPE_UDPv4 | VIRTIO_NET_RSS_HASH_TYPE_TCPv4;
/qemu/include/hw/virtio/
H A Dvirtio-net.h147 uint32_t hash_types; member
/qemu/hw/net/
H A Dvirtio-net.c1252 config->hash_types = data->hash_types; in rss_data_to_rss_config()
1299 trace_virtio_net_rss_enable(n->rss_data.hash_types, in virtio_net_commit_rss_config()
1401 n->rss_data.hash_types = virtio_ldl_p(vdev, &cfg.hash_types); in virtio_net_handle_rss()
1464 if (!temp.b && n->rss_data.hash_types) { in virtio_net_handle_rss()
1469 if (!temp.b && !n->rss_data.hash_types) { in virtio_net_handle_rss()
1868 n->rss_data.hash_types); in virtio_net_process_rss()
3287 VMSTATE_UINT32(rss_data.hash_types, VirtIONet),
/qemu/net/
H A Dvhost-vdpa.c861 n->rss_data.hash_types == VIRTIO_NET_HASH_REPORT_NONE) { in vhost_vdpa_net_load_rss()
867 cfg.hash_types = cpu_to_le32(n->rss_data.hash_types); in vhost_vdpa_net_load_rss()