Searched refs:hash_types (Results 1 – 3 of 3) sorted by relevance
4116 uint32_t hash_func = 0, hash_types = 0; in hvn_get_rsscaps() local4206 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()
13409 * 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.
37872 * langhooks.h (struct lang_hooks_for_types): New field hash_types.37875 Check lang_hooks.types.hash_types.