Home
last modified time | relevance | path

Searched refs:next_cmd (Results 1 – 5 of 5) sorted by relevance

/titanic_53/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c477 cmd->next_cmd = NULL; in pvscsi_process_comp_ring()
495 pnext_cmd = &cmd->next_cmd; in pvscsi_process_comp_ring()
498 pnext_cmd = &cmd->next_cmd; in pvscsi_process_comp_ring()
575 for (c = done; c != NULL; c = c->next_cmd) { in pvscsi_abort_cmd()
592 done->tail_cmd->next_cmd = *pending; in pvscsi_abort_cmd()
594 for (c = done; c != NULL; c = c->next_cmd) { in pvscsi_abort_cmd()
609 cmd->next_cmd = *pending; in pvscsi_abort_cmd()
787 c = cmd->next_cmd; in pvscsi_complete_chained()
788 cmd->next_cmd = NULL; in pvscsi_complete_chained()
982 phead->tail_cmd->next_cmd = pcmd; in pvscsi_abort_all()
[all …]
H A Dpvscsi_var.h116 struct pvscsi_cmd *next_cmd; member
/titanic_53/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c629 cmd1394_cmd_t *next_cmd; in s1394_remove_q_asynch_cmd() local
640 next_cmd = (cmd1394_cmd_t *)s_priv->cmd_priv_next; in s1394_remove_q_asynch_cmd()
648 c_priv->cmd_priv_next = (cmd1394_cmd_t *)next_cmd; in s1394_remove_q_asynch_cmd()
652 hal->outstanding_q_head = (cmd1394_cmd_t *)next_cmd; in s1394_remove_q_asynch_cmd()
655 if (next_cmd != NULL) { in s1394_remove_q_asynch_cmd()
656 c_priv = (s1394_cmd_priv_t *)((uchar_t *)next_cmd + in s1394_remove_q_asynch_cmd()
/titanic_53/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c8506 mptsas_cmd_t *cmd, *next_cmd; in mptsas_restart_waitq() local
8522 next_cmd = cmd->cmd_linkp; in mptsas_restart_waitq()
8533 cmd = next_cmd; in mptsas_restart_waitq()
8546 cmd = next_cmd; in mptsas_restart_waitq()
8559 cmd = next_cmd; in mptsas_restart_waitq()
8577 cmd = next_cmd; in mptsas_restart_waitq()
9329 mptsas_cmd_t *cmd, *next_cmd; in mptsas_flush_target() local
9404 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()
9411 cmd = next_cmd; in mptsas_flush_target()
9416 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()
[all …]
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c9864 ql_link_t *next_cmd; in ql_watchdog() local
9903 link = next_cmd) { in ql_watchdog()
9904 next_cmd = link->next; in ql_watchdog()
9939 next_cmd = NULL; in ql_watchdog()