Searched refs:hash_types (Results 1 – 6 of 6) sorted by relevance
42 __u32 hash_types; member400 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 …]
354 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
37 uint32_t hash_types; member
89 - 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;
873 cfg.hash_types = cpu_to_le32(n->rss_data.runtime_hash_types); in vhost_vdpa_net_load_rss()
1241 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()