Searched refs:ich_nrankileaves (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/imc/ |
H A D | imc_test_tad.c | 91 .ich_nrankileaves = 8, 116 .ich_nrankileaves = 8, 191 .ich_nrankileaves = 8, 216 .ich_nrankileaves = 8, 291 .ich_nrankileaves = 8, 316 .ich_nrankileaves = 8, 426 .ich_nrankileaves = 8, 451 .ich_nrankileaves = 8, 543 .ich_nrankileaves = 8, 568 .ich_nrankileaves = 8, [all …]
|
H A D | imc_test_sad.c | 93 .ich_nrankileaves = 8, 159 .ich_nrankileaves = 8, 234 .ich_nrankileaves = 8, 300 .ich_nrankileaves = 8, 366 .ich_nrankileaves = 8, 432 .ich_nrankileaves = 8, 506 .ich_nrankileaves = 8, 572 .ich_nrankileaves = 8, 644 .ich_nrankileaves = 8, 711 .ich_nrankileaves = 8, [all …]
|
H A D | imc_test_fail.c | 100 .ich_nrankileaves = 8, 464 .ich_nrankileaves = 8, 552 .ich_nrankileaves = 8, 640 .ich_nrankileaves = 8, 728 .ich_nrankileaves = 8, 814 .ich_nrankileaves = 8, 895 .ich_nrankileaves = 8, 983 .ich_nrankileaves = 8, 1082 .ich_nrankileaves = 8, 1170 .ich_nrankileaves = 8,
|
H A D | imc_test_rir.c | 95 .ich_nrankileaves = 8, 172 .ich_nrankileaves = 8, 255 .ich_nrankileaves = 8, 352 .ich_nrankileaves = 8,
|
H A D | imc_test_basic.c | 79 .ich_nrankileaves = 8,
|
H A D | imc_test_badaddr.c | 105 .ich_nrankileaves = 8,
|
/illumos-gate/usr/src/common/mc/imc/ |
H A D | imc_dump.c | 158 for (i = 0; i < chan->ich_nrankileaves; i++) { in imc_dump_channel() 187 for (i = 0; i < chan->ich_nrankileaves; i++) { in imc_dump_channel() 403 &chan->ich_nrankileaves) != 0 || in imc_restore_channel() 404 chan->ich_nrankileaves > IMC_MAX_RANK_WAYS) { in imc_restore_channel() 442 for (uint_t i = 0; i < chan->ich_nrankileaves; i++) { in imc_restore_channel()
|
H A D | imc_decode.c | 628 for (i = 0, base = 0; i < chan->ich_nrankileaves; i++) { in imc_decode_rir() 638 if (rir == NULL || i == chan->ich_nrankileaves) { in imc_decode_rir()
|
/illumos-gate/usr/src/uts/intel/io/imc/ |
H A D | imc.h | 575 uint_t ich_nrankileaves; member
|
H A D | imc.c | 2100 chan->ich_nrankileaves = imc->imc_gen_data->igd_rir_nways; in imc_rir_read_wayness() 2102 i < chan->ich_nrankileaves; i++, off += sizeof (uint32_t)) { in imc_rir_read_wayness()
|