Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h268 uint8_t itask_cmd_stack[ITASK_MAX_NCMDS]; member
H A Dstmf.c4903 itask->itask_cmd_stack[0] = ITASK_CMD_NEW_TASK; in stmf_post_task()
5098 itask->itask_cmd_stack[itask->itask_ncmds++] = cmd; in stmf_data_xfer_done()
5217 itask->itask_cmd_stack[itask->itask_ncmds++] = in stmf_send_status_done()
5447 if (itask->itask_cmd_stack[i] == ITASK_CMD_POLL_LU) { in stmf_task_poll_lu()
5453 itask->itask_cmd_stack[itask->itask_ncmds++] = ITASK_CMD_POLL_LU; in stmf_task_poll_lu()
5487 if (itask->itask_cmd_stack[i] == ITASK_CMD_POLL_LPORT) { in stmf_task_poll_lport()
5493 itask->itask_cmd_stack[itask->itask_ncmds++] = ITASK_CMD_POLL_LPORT; in stmf_task_poll_lport()
6668 curcmd = itask->itask_cmd_stack[itask->itask_ncmds - 1]; in stmf_worker_task()
6674 curcmd = itask->itask_cmd_stack[0] = in stmf_worker_task()