Lines Matching refs:phase

87 static void	idn_send_config(int domid, int phase);
90 static int idn_send_master_config(int domid, int phase);
91 static int idn_send_slave_config(int domid, int phase);
1706 "exiting phase\n",
5790 idn_send_config(int domid, int phase)
5803 if (phase == 1) {
5825 PR_PROTO("%s:%d: sending %s config (phase %d)\n",
5828 phase);
5831 rv = idn_send_master_config(domid, phase);
5833 rv = idn_send_slave_config(domid, phase);
5935 * 1 Unexpected/unnecessary phase.
5939 idn_send_master_config(int domid, int phase)
5970 switch (phase) {
5988 cfg_subtype.info.phase = phase;
5989 dp->dcfgphase = phase;
5996 proc, domid, phase, IDN_SLAB_BUFCOUNT, mbox_domain,
6017 cfg_subtype.info.phase = phase;
6018 dp->dcfgphase = phase;
6022 proc, domid, phase, ldp->dnetid, barpfn, larpfn);
6043 cfg_subtype.info.phase = phase;
6044 dp->dcfgphase = phase;
6047 proc, domid, phase, cpus_u32, cpus_l32, nmcadr);
6065 cfg_subtype.info.phase = phase;
6066 dp->dcfgphase = phase;
6069 "BUFSIZE (0x%x)\n", proc, domid, phase,
6089 cfg_subtype.info.phase = phase;
6090 dp->dcfgphase = phase;
6094 proc, domid, phase,
6121 * based on what phase of CONFIG we're in.
6124 if (phase > 6) {
6125 p = ((phase - 7) * 3) + 2;
6141 if (phase == 6) {
6144 proc, domid, phase,
6149 proc, domid, phase,
6153 cfg_subtype.info.phase = phase;
6154 dp->dcfgphase = phase;
6169 * 1 Unexpected/unnecessary phase.
6173 idn_send_slave_config(int domid, int phase)
6195 switch (phase) {
6228 cfg_subtype.info.phase = phase;
6229 dp->dcfgphase = phase;
6233 proc, domid, phase,
6259 cfg_subtype.info.phase = phase;
6260 dp->dcfgphase = phase;
6263 "CPUSET (0x%x.%x)\n", proc, domid, phase,
6283 cfg_subtype.info.phase = phase;
6284 dp->dcfgphase = phase;
6288 proc, domid, phase, ldp->dhw.dh_boardset, IDN_MTU,
6309 cfg_subtype.info.phase = phase;
6310 dp->dcfgphase = phase;
6314 proc, domid, phase, IDN_SLAB_BUFCOUNT,
6371 * messages during the CONFIG phase. Note that dncfgitems is initialized
6380 int phase;
6424 phase = GET_XARGS_CFG_PHASE(xargs);
6426 PR_PROTO("%s:%d: received ACK for CFG phase %d\n",
6427 proc, domid, phase);
6428 if (phase != (int)dp->dcfgphase) {
6439 idn_send_config(domid, phase + 1);
6460 phase = (int)cfg_subtype.info.phase;
6766 SET_XARGS_CFG_PHASE(cfg_arg, phase);