Home
last modified time | relevance | path

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

/openbmc/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()
415 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_UDPv4) { 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()
470 config->hash_types & VIRTIO_NET_RSS_HASH_TYPE_UDPv6) { 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()
[all …]
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h354 uint32_t hash_types; member
364 uint32_t hash_types;
387 uint32_t hash_types;
321 uint32_t hash_types; global() member
331 uint32_t hash_types; global() member
/openbmc/qemu/ebpf/
H A Debpf_rss.h37 uint32_t hash_types; member
/openbmc/qemu/docs/devel/
H A Debpf_rss.rst89 - hash_types - binary mask of different hash types. See ``VIRTIO_NET_RSS_HASH_TYPE_*`` defines. If …
106 config.hash_types = VIRTIO_NET_RSS_HASH_TYPE_UDPv4 | VIRTIO_NET_RSS_HASH_TYPE_TCPv4;
/openbmc/qemu/net/
H A Dvhost-vdpa.c873 cfg.hash_types = cpu_to_le32(n->rss_data.runtime_hash_types); in vhost_vdpa_net_load_rss()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1241 config->hash_types = data->runtime_hash_types; in virtio_net_commit_rss_config()
1409 n->rss_data.runtime_hash_types = virtio_ldl_p(vdev, &cfg.hash_types); in virtio_net_handle_rss()