Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6926 hashconfig_to_hashen(int hashconfig) in hashconfig_to_hashen() argument
6930 if (hashconfig & RSS_HASHTYPE_RSS_IPV4) in hashconfig_to_hashen()
6932 if (hashconfig & RSS_HASHTYPE_RSS_IPV6) in hashconfig_to_hashen()
6934 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV4) { in hashconfig_to_hashen()
6938 if (hashconfig & RSS_HASHTYPE_RSS_UDP_IPV6) { in hashconfig_to_hashen()
6942 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV4) in hashconfig_to_hashen()
6944 if (hashconfig & RSS_HASHTYPE_RSS_TCP_IPV6) in hashconfig_to_hashen()
6954 int hashconfig = 0; in hashen_to_hashconfig() local
6966 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV4; in hashen_to_hashconfig()
6968 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6; in hashen_to_hashconfig()
[all …]