Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDlanghooks.h164 bool hash_types; member
HDtree.c4305 if (!lang_hooks.types.hash_types) in type_hash_canon()
HDChangeLog-200437872 * langhooks.h (struct lang_hooks_for_types): New field hash_types.
37875 Check lang_hooks.types.hash_types.
/trueos/sys/dev/vxge/
HDvxge.c2079 vxge_hal_rth_hash_types_t hash_types; in vxge_rth_config() local
2090 hash_types.hash_type_tcpipv4_en = VXGE_HAL_RING_HASH_TYPE_TCP_IPV4; in vxge_rth_config()
2091 hash_types.hash_type_tcpipv6_en = VXGE_HAL_RING_HASH_TYPE_TCP_IPV6; in vxge_rth_config()
2092 hash_types.hash_type_tcpipv6ex_en = VXGE_HAL_RING_HASH_TYPE_TCP_IPV6_EX; in vxge_rth_config()
2093 hash_types.hash_type_ipv4_en = VXGE_HAL_RING_HASH_TYPE_IPV4; in vxge_rth_config()
2094 hash_types.hash_type_ipv6_en = VXGE_HAL_RING_HASH_TYPE_IPV6; in vxge_rth_config()
2095 hash_types.hash_type_ipv6ex_en = VXGE_HAL_RING_HASH_TYPE_IPV6_EX; in vxge_rth_config()
2113 &hash_types, vdev->config.rth_bkt_sz, TRUE); in vxge_rth_config()