Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c8287 mptsas_cmd_t *cmd, *next_cmd; in mptsas_restart_waitq() local
8303 next_cmd = cmd->cmd_linkp; in mptsas_restart_waitq()
8314 cmd = next_cmd; in mptsas_restart_waitq()
8327 cmd = next_cmd; in mptsas_restart_waitq()
8340 cmd = next_cmd; in mptsas_restart_waitq()
8358 cmd = next_cmd; in mptsas_restart_waitq()
9110 mptsas_cmd_t *cmd, *next_cmd; in mptsas_flush_target() local
9185 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()
9192 cmd = next_cmd; in mptsas_flush_target()
9197 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()
[all …]
/titanic_41/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()