Home
last modified time | relevance | path

Searched refs:rss_hash_types (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c369 rss.hash_types = hw->rss_hash_types & VIRTIO_NET_HASH_TYPE_MASK; in virtio_set_multiple_queues_rss()
1987 PMD_INIT_LOG(DEBUG, "\t-Supported hash types: 0x%x", *rss_hash_types); in virtio_dev_get_rss_config()
2008 old_hash_types = hw->rss_hash_types; in virtio_dev_rss_hash_update()
2009 hw->rss_hash_types = ethdev_to_virtio_rss_offloads(rss_conf->rss_hf); in virtio_dev_rss_hash_update()
2034 hw->rss_hash_types = old_hash_types; in virtio_dev_rss_hash_update()
2051 rss_conf->rss_hf = virtio_to_ethdev_rss_offloads(hw->rss_hash_types); in virtio_dev_rss_hash_conf_get()
2144 ret = virtio_dev_get_rss_config(hw, &hw->rss_hash_types); in virtio_dev_rss_init()
2319 hw->rss_hash_types = 0; in virtio_init_device()
3026 uint32_t rss_hash_types = 0; in virtio_dev_info_get() local
3068 virtio_dev_get_rss_config(hw, &rss_hash_types); in virtio_dev_info_get()
[all …]
H A Dvirtio.h225 uint32_t rss_hash_types; member