Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_hash.c69 hash ^= toeplitz_hash(sp->s_toeplitz_cache, src_addr, pos, addr_size); in sfxge_toeplitz_hash()
71 hash ^= toeplitz_hash(sp->s_toeplitz_cache, dst_addr, pos, addr_size); in sfxge_toeplitz_hash()
74 hash ^= toeplitz_hash(sp->s_toeplitz_cache, in sfxge_toeplitz_hash()
77 hash ^= toeplitz_hash(sp->s_toeplitz_cache, in sfxge_toeplitz_hash()
175 sp->s_toeplitz_cache = toeplitz_cache_init(toeplitz_key); in sfxge_toeplitz_hash_init()
183 if (sp->s_toeplitz_cache != NULL) { in sfxge_toeplitz_hash_fini()
184 kmem_free((void *)sp->s_toeplitz_cache, in sfxge_toeplitz_hash_fini()
186 sp->s_toeplitz_cache = NULL; in sfxge_toeplitz_hash_fini()
H A Dsfxge.h822 const uint32_t *s_toeplitz_cache; member