Searched refs:hashconfig (Results 1 – 1 of 1) sorted by relevance
6940 hashconfig_to_hashen(int hashconfig) in hashconfig_to_hashen() argument6944 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() local6980 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV4; in hashen_to_hashconfig()6982 hashconfig |= RSS_HASHTYPE_RSS_UDP_IPV6; in hashen_to_hashconfig()[all …]