Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c1909 virtio_to_ethdev_rss_offloads(uint64_t virtio_hash_types) in virtio_to_ethdev_rss_offloads() function
2005 if (rss_conf->rss_hf & ~virtio_to_ethdev_rss_offloads(VIRTIO_NET_HASH_TYPE_MASK)) 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()
2150 if (rss_conf->rss_hf & ~virtio_to_ethdev_rss_offloads(hw->rss_hash_types)) in virtio_dev_rss_init()
3072 virtio_to_ethdev_rss_offloads(rss_hash_types); in virtio_dev_info_get()