Home
last modified time | relevance | path

Searched refs:eh_entry (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/scsi/
A Dscsi_error.c185 list_del_init(&scmd->eh_entry); in scmd_eh_abort_handler()
215 list_del_init(&scmd->eh_entry); in scmd_eh_abort_handler()
253 BUG_ON(!list_empty(&scmd->eh_entry)); in scsi_abort_command()
411 list_for_each_entry(scmd, work_q, eh_entry) { in scsi_eh_prt_fail_stats()
1244 list_move_tail(&scmd->eh_entry, done_q); in scsi_eh_finish_cmd()
1500 work_q, eh_entry) { in scsi_eh_stu()
1566 work_q, eh_entry) { in scsi_eh_bus_device_reset()
1641 list_move(&scmd->eh_entry, work_q); in scsi_eh_target_reset()
1706 list_move_tail(&scmd->eh_entry, in scsi_eh_bus_reset()
1736 struct scsi_cmnd, eh_entry); in scsi_eh_host_reset()
[all …]
A Dscsi_lib.c1167 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_init_command()
1426 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_complete()
/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_scsi_host.c220 list_move_tail(&cmd->eh_entry, &sas_ha->eh_ata_q); in sas_eh_finish_cmd()
235 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu()
247 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T()
260 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_port()
570 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors()
583 list_move_tail(&cmd->eh_entry, &done); in sas_eh_handle_sas_errors()
587 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors()
590 list_del_init(&cmd->eh_entry); in sas_eh_handle_sas_errors()
687 list_for_each_entry_safe(cmd, n, work_q, eh_entry) in sas_eh_handle_sas_errors()
A Dsas_ata.c881 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_ata_eh()
889 list_move(&cmd->eh_entry, &sata_q); in sas_ata_eh()
/linux-6.3-rc2/Documentation/scsi/
A Dscsi_eh.rst38 scmd->list and scmd->eh_entry. The former is used for free list or
41 otherwise stated scmds are always linked using scmd->eh_entry in this
132 1. Links scmd->eh_entry to shost->eh_cmd_q
295 - scmd is removed from eh_done_q and scmd->eh_entry is cleared
467 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.
486 - Each scmd->eh_entry is cleared.
/linux-6.3-rc2/include/scsi/
A Dscsi_cmnd.h71 struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */ member
/linux-6.3-rc2/drivers/ata/
A Dlibata-eh.c607 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()

Completed in 23 milliseconds