Home
last modified time | relevance | path

Searched refs:tmp_cmd (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/
Daha1542.c244 struct scsi_cmnd *tmp_cmd; in aha1542_interrupt() local
324 tmp_cmd = aha1542->int_cmds[mbo]; in aha1542_interrupt()
326 if (!tmp_cmd || !tmp_cmd->scsi_done) { in aha1542_interrupt()
333 my_done = tmp_cmd->scsi_done; in aha1542_interrupt()
334 kfree(tmp_cmd->host_scribble); in aha1542_interrupt()
335 tmp_cmd->host_scribble = NULL; in aha1542_interrupt()
340 memcpy(tmp_cmd->sense_buffer, &ccb[mbo].cdb[ccb[mbo].cdblen], in aha1542_interrupt()
362 tmp_cmd->result = errstatus; in aha1542_interrupt()
365 my_done(tmp_cmd); in aha1542_interrupt()
888 struct scsi_cmnd *tmp_cmd; in aha1542_reset() local
[all …]
Dwd719x.c530 struct scsi_cmnd *tmp_cmd = scb->cmd; in wd719x_host_reset() local
531 wd719x_finish_cmd(tmp_cmd, result); in wd719x_host_reset()
/drivers/target/
Dtarget_core_transport.c2717 struct se_cmd *se_cmd, *tmp_cmd; in target_wait_for_sess_cmds() local
2721 list_for_each_entry_safe(se_cmd, tmp_cmd, in target_wait_for_sess_cmds()
/drivers/usb/host/
Dxhci-ring.c1265 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() local
1266 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()