Searched refs:next_cmd (Results 1 – 5 of 5) sorted by relevance
48 struct pvscsi_cmd *next_cmd; member
186 tail = &cmd->next_cmd; in pvscsi_reclaim_cmds()272 cmd->next_cmd = NULL; in pvscsi_process_comp_ring()280 pnext_cmd = &cmd->next_cmd; in pvscsi_process_comp_ring()537 pvscsi_cmd_t *next = cmd->next_cmd; in pvscsi_complete_cmds()539 cmd->next_cmd = NULL; in pvscsi_complete_cmds()
554 cmd1394_cmd_t *next_cmd; in s1394_remove_q_asynch_cmd() local562 next_cmd = (cmd1394_cmd_t *)s_priv->cmd_priv_next; in s1394_remove_q_asynch_cmd()570 c_priv->cmd_priv_next = (cmd1394_cmd_t *)next_cmd; in s1394_remove_q_asynch_cmd()574 hal->outstanding_q_head = (cmd1394_cmd_t *)next_cmd; in s1394_remove_q_asynch_cmd()577 if (next_cmd != NULL) { in s1394_remove_q_asynch_cmd()578 c_priv = (s1394_cmd_priv_t *)((uchar_t *)next_cmd + in s1394_remove_q_asynch_cmd()
8593 mptsas_cmd_t *cmd, *next_cmd; in mptsas_restart_waitq() local8609 next_cmd = cmd->cmd_linkp; in mptsas_restart_waitq()8620 cmd = next_cmd; in mptsas_restart_waitq()8633 cmd = next_cmd; in mptsas_restart_waitq()8646 cmd = next_cmd; in mptsas_restart_waitq()8664 cmd = next_cmd; in mptsas_restart_waitq()9416 mptsas_cmd_t *cmd, *next_cmd; in mptsas_flush_target() local9491 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()9498 cmd = next_cmd; in mptsas_flush_target()9503 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()[all …]
10334 ql_link_t *link, *next_cmd; in ql_wdg_tq_list() local10348 for (link = tq->wdg.first; link != NULL; link = next_cmd) { in ql_wdg_tq_list()10349 next_cmd = link->next; in ql_wdg_tq_list()10387 for (link = tq->wdg.first; link != NULL; link = next_cmd) { in ql_wdg_tq_list()10389 next_cmd = link->next; in ql_wdg_tq_list()10396 next_cmd = tq->wdg.first; in ql_wdg_tq_list()