Searched defs:nchannels (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Ddimm_topo.c195 int nchannels = CHANNELS_PER_MEMORY_CONTROLLER; local
203 newchannel = kmem_zalloc(sizeof (nvlist_t *) * nchannels, KM_SLEEP);
210 for (i = 0; i < nchannels; i++) {
239 nchannels);
240 for (i = 0; i < nchannels; i++)
243 kmem_free(newchannel, sizeof (nvlist_t *) * nchannels);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_intel.c349 uint_t nchannels; local
352 &nchannels) != 0) {
360 * Convert nchannels to channels per controller
362 nchannels = nchannels / nmc;
366 * are two channels per controller and the nchannels is total
368 * nchannels to channels per controller
370 nmc = nchannels / 2;
371 nchannels = nchannels / nm
[all...]
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Dintel_nbdrv.c226 int nchannels = nb_number_memory_controllers * nb_channels_per_branch; local
234 newchannel = kmem_zalloc(sizeof (nvlist_t *) * nchannels, KM_SLEEP);
236 for (i = 0; i < nchannels; i++) {
255 nchannels);
256 for (i = 0; i < nchannels; i++)
259 kmem_free(newchannel, sizeof (nvlist_t *) * nchannels);
H A Dnb5000_init.c245 int nchannels = nb_number_memory_controllers * nb_channels_per_branch; local
250 for (i = 0; i < nchannels; i++) {
1557 int nchannels = nb_number_memory_controllers * 2; local
1585 for (i = 0; i < nchannels; i++) {
/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h176 int nchannels; member in struct:__anon7050
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_var.h248 int nchannels; member in struct:__anon6213
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2785 int nchannels; /* grwlock */ member in struct:idn_global

Completed in 97 milliseconds