Searched refs:ndevgrps (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dmc.h87 int ndevgrps; /* The max. number of device groups per mc */ member in struct:mc_memconf
123 int ndevgrps; /* The number of device groups on this mc */ member in struct:mc_control
H A Dmc-us3.h104 /* id = mc_id * ndevgrps + devgrp_no */
122 int ndevgrps; /* The number of dimm groups */ member in struct:mctrl_info
H A Dmc-us3i.h135 /* id = mc_id * ndevgrps + devgrp_no */
150 int ndevgrps; /* The number of dimm groups */ member in struct:mctrl_info
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c111 static int ndevgrps; /* The max. number of device groups per mc */ variable
575 if ((mccontrol = alloca((ndevgrps - 1) *
580 mccontrol->ndevgrps = ndevgrps;
590 * If returned ndevgrps is zero, Memory Controller is disable, and
593 if (mccontrol->ndevgrps == 0)
599 for (i = 0; i < mccontrol->ndevgrps; i++) {
756 ndevgrps = mcmemconf.ndevgrps;
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c458 mcmconf.ndevgrps = NDGRPS_PER_MC;
703 * input:id, ndevgrps and allocate space for various length of devgrpids
708 * EINVAL: either if id isn't found or if the given ndevgrps is
709 * less than that in kernel and ndevgrps of struct will
726 * mcport->ndevgrps zero means Memory Controller is disable.
728 if ((mccontrol_in.ndevgrps < mcport->ndevgrps) ||
729 (mcport->ndevgrps == 0)) {
730 mccontrol_in.ndevgrps = mcport->ndevgrps;
[all...]
H A Dmc-us3.c518 mcmconf.ndevgrps = NDGRPS;
780 * input:id, ndevgrps and allocate space for various length of devgrpids
785 * EINVAL: either if id isn't found or if the given ndevgrps is
786 * less than that in kernel and ndevgrps of struct will
803 * mcport->ndevgrps zero means Memory Controller is disable.
805 if ((mccontrol_in.ndevgrps < mcport->ndevgrps) ||
806 (mcport->ndevgrps == 0)) {
807 mccontrol_in.ndevgrps = mcport->ndevgrps;
1779 int i, j, dgrpid, devid, bankid, ndevgrps; local
[all...]

Completed in 109 milliseconds