Home
last modified time | relevance | path

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

/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.h158 uint64_t hashinfo : 32; member
164 uint64_t hashinfo : 32;
H A Dlio_ethdev.c670 uint32_t hashinfo = 0; in lio_dev_rss_hash_update() local
677 hashinfo |= LIO_RSS_HASH_IPV4; in lio_dev_rss_hash_update()
684 hashinfo |= LIO_RSS_HASH_TCP_IPV4; in lio_dev_rss_hash_update()
691 hashinfo |= LIO_RSS_HASH_IPV6; in lio_dev_rss_hash_update()
698 hashinfo |= LIO_RSS_HASH_TCP_IPV6; in lio_dev_rss_hash_update()
705 hashinfo |= LIO_RSS_HASH_IPV6_EX; in lio_dev_rss_hash_update()
712 hashinfo |= LIO_RSS_HASH_TCP_IPV6_EX; in lio_dev_rss_hash_update()
719 rss_param->param.hashinfo = hashinfo; in lio_dev_rss_hash_update()