Searched refs:toeplitz_hash_table (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h471 uint32_t *toeplitz_hash_table; member in struct:myri10ge_priv
H A Dmyri10ge.c1673 mgp->toeplitz_hash_table = kmem_alloc(sizeof (uint32_t) * 12 * 256,
1698 mgp->toeplitz_hash_table[t++] = tmp;
1710 uint32_t *table = mgp->toeplitz_hash_table;
2192 if (mgp->toeplitz_hash_table != NULL) {
2193 kmem_free(mgp->toeplitz_hash_table,
2195 mgp->toeplitz_hash_table = NULL;
2259 if (mgp->toeplitz_hash_table != NULL) {
2260 kmem_free(mgp->toeplitz_hash_table,
2262 mgp->toeplitz_hash_table = NULL;

Completed in 75 milliseconds