Searched refs:hash_types (Results 1 – 9 of 9) 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 …]
320 __le32 hash_types; member340 __le32 hash_types; member
321 uint32_t hash_types; member341 uint32_t hash_types; member
37 uint32_t hash_types; member
87 - 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;
147 uint32_t hash_types; member
1253 config->hash_types = data->hash_types; in rss_data_to_rss_config()1302 n->rss_data.hash_types, in virtio_net_commit_rss_config()1406 n->rss_data.hash_types = virtio_ldl_p(vdev, &cfg.hash_types); in virtio_net_handle_rss()1469 if (!temp.b && n->rss_data.hash_types) { in virtio_net_handle_rss()1474 if (!temp.b && !n->rss_data.hash_types) { in virtio_net_handle_rss()1879 n->rss_data.hash_types); in virtio_net_process_rss()3328 VMSTATE_UINT32(rss_data.hash_types, VirtIONet),
860 n->rss_data.hash_types == VIRTIO_NET_HASH_REPORT_NONE) { in vhost_vdpa_net_load_rss()866 cfg.hash_types = cpu_to_le32(n->rss_data.hash_types); in vhost_vdpa_net_load_rss()
213 u32 hash_types; member3014 vi->ctrl->rss.hash_types = vi->rss_hash_types_supported; in virtnet_init_default_rss()3139 vi->ctrl->rss.hash_types = vi->rss_hash_types_saved; in virtnet_set_hashflow()3947 vi->ctrl->rss.hash_types = vi->rss_hash_types_saved; in virtnet_set_features()3949 vi->ctrl->rss.hash_types = VIRTIO_NET_HASH_REPORT_NONE; in virtnet_set_features()