Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng.c538 numchunks = ((numbytes / sizeof (uint64_t)) + RNG_DIAG_CHUNK_SIZE - 1) in n2rng_collect_diag_bits()
539 / RNG_DIAG_CHUNK_SIZE; in n2rng_collect_diag_bits()
609 numbytes - i * (RNG_DIAG_CHUNK_SIZE * in n2rng_collect_diag_bits()
611 RNG_DIAG_CHUNK_SIZE * sizeof (uint64_t); in n2rng_collect_diag_bits()
620 RNG_DIAG_CHUNK_SIZE * i), in n2rng_collect_diag_bits()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dn2rng.h253 #define RNG_DIAG_CHUNK_SIZE (N2RNG_MAX_READ / 8) /* as words */ macro