Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_main.c5612 hashconfig_to_hashen(int hashconfig) in hashconfig_to_hashen() argument
5616 if (hashconfig & RSS_HASHTYPE_RSS_IPV4) in hashconfig_to_hashen()
5618 if (hashconfig & RSS_HASHTYPE_RSS_IPV6) in hashconfig_to_hashen()
5620 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV4) { in hashconfig_to_hashen()
5624 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV6) { in hashconfig_to_hashen()
5628 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV4) in hashconfig_to_hashen()
5630 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV6) in hashconfig_to_hashen()
5640 int hashconfig = 0; in hashen_to_hashconfig() local
5652 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV4; in hashen_to_hashconfig()
5654 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6; in hashen_to_hashconfig()
[all …]