Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_ethdev.h155 uint64_t hashinfo : 32; member
161 uint64_t hashinfo : 32;
H A Dlio_ethdev.c691 uint32_t hashinfo = 0; in lio_dev_rss_hash_update() local
698 hashinfo |= LIO_RSS_HASH_IPV4; in lio_dev_rss_hash_update()
705 hashinfo |= LIO_RSS_HASH_TCP_IPV4; in lio_dev_rss_hash_update()
712 hashinfo |= LIO_RSS_HASH_IPV6; in lio_dev_rss_hash_update()
719 hashinfo |= LIO_RSS_HASH_TCP_IPV6; in lio_dev_rss_hash_update()
726 hashinfo |= LIO_RSS_HASH_IPV6_EX; in lio_dev_rss_hash_update()
733 hashinfo |= LIO_RSS_HASH_TCP_IPV6_EX; in lio_dev_rss_hash_update()
740 rss_param->param.hashinfo = hashinfo; in lio_dev_rss_hash_update()