Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/
HDt4_main.c6940 hashconfig_to_hashen(int hashconfig) in hashconfig_to_hashen() argument
6944 if (hashconfig & RSS_HASHTYPE_RSS_IPV4) in hashconfig_to_hashen()
6946 if (hashconfig & RSS_HASHTYPE_RSS_IPV6) in hashconfig_to_hashen()
6948 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV4) { in hashconfig_to_hashen()
6952 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV6) { in hashconfig_to_hashen()
6956 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV4) in hashconfig_to_hashen()
6958 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV6) in hashconfig_to_hashen()
6968 int hashconfig = 0; in hashen_to_hashconfig() local
6980 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV4; in hashen_to_hashconfig()
6982 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6; in hashen_to_hashconfig()
[all …]