Home
last modified time | relevance | path

Searched refs:resp_cmd (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c413 uint32_t resp_cmd; in man_dossc_switch() local
423 resp_tid = resp_cmd = type = 0; in man_dossc_switch()
426 while (mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid, in man_dossc_switch()
429 resp_tid = resp_cmd = type = 0; in man_dossc_switch()
434 MAN_DBG(MAN_IOSRAM, ("\tcommand = 0x%x", resp_cmd)); in man_dossc_switch()
457 resp_tid = type = resp_cmd = 0; in man_dossc_switch()
459 status = mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid, in man_dossc_switch()
469 if (req_cmd != resp_cmd || req_tid != resp_tid) { in man_dossc_switch()
472 req_cmd, resp_cmd, (int)req_tid, (int)resp_tid); in man_dossc_switch()
/titanic_41/usr/src/uts/sun4u/io/
H A Drmclomv.c107 static int rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len,
1169 rmclomv_do_cmd(int req_cmd, int resp_cmd, int resp_len, intptr_t arg_req, in rmclomv_do_cmd() argument
1180 resp->msg_type = resp_cmd; in rmclomv_do_cmd()