Searched defs:mcport (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c446 struct mctrl_info *mcport; local
719 if ((mcport = mc_node_get(mccontrol_in.id,
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;
735 else if (mcport->ndevgrps != 0)
741 size = sizeof (*mccontrol) + (mcport->ndevgrps - 1) *
745 mccontrol->id = mcport->mctrl_node.id;
746 mccontrol->ndevgrps = mcport
[all...]
H A Dmc-us3.c506 struct mctrl_info *mcport; local
796 if ((mcport = (struct mctrl_info *)mc_node_get(mccontrol_in.id,
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;
811 else if (mcport->ndevgrps != 0)
818 size = sizeof (struct mc_control) + (mcport->ndevgrps - 1) *
822 mccontrol->id = mcport->mctrl_node.id;
823 mccontrol->ndevgrps = mcport
[all...]

Completed in 47 milliseconds