Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/hyperv/
H A Dif_hvn.c4116 uint32_t hash_func = 0, hash_types = 0; in hvn_get_rsscaps() local
4206 hash_types |= NDIS_HASH_IPV4 | NDIS_HASH_TCP_IPV4; in hvn_get_rsscaps()
4208 hash_types |= NDIS_HASH_IPV6 | NDIS_HASH_TCP_IPV6; in hvn_get_rsscaps()
4210 hash_types |= NDIS_HASH_IPV6_EX | NDIS_HASH_TCP_IPV6_EX; in hvn_get_rsscaps()
4211 if (hash_types == 0) { in hvn_get_rsscaps()
4219 sc->sc_rss_hcap = hash_func | hash_types; in hvn_get_rsscaps()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201013409 * langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
13413 * tree.c (type_hash_canon): Do not test lang_hooks.types.hash_types.
H A DChangeLog-200437872 * langhooks.h (struct lang_hooks_for_types): New field hash_types.
37875 Check lang_hooks.types.hash_types.