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()
8551 mptsas_cmd_t *cmd, *next_cmd; in mptsas_restart_waitq() local8567 next_cmd = cmd->cmd_linkp; in mptsas_restart_waitq()8578 cmd = next_cmd; in mptsas_restart_waitq()8591 cmd = next_cmd; in mptsas_restart_waitq()8604 cmd = next_cmd; in mptsas_restart_waitq()8622 cmd = next_cmd; in mptsas_restart_waitq()9374 mptsas_cmd_t *cmd, *next_cmd; in mptsas_flush_target() local9449 next_cmd = cmd->cmd_linkp; in mptsas_flush_target()9456 cmd = next_cmd; in mptsas_flush_target()9461 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()