Searched refs:eh_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/ |
| A D | scsi_error.c | 141 list_del_init(&scmd->eh_entry); in scsi_eh_complete_abort() 215 list_del_init(&scmd->eh_entry); in scmd_eh_abort_handler() 247 BUG_ON(!list_empty(&scmd->eh_entry)); in scsi_abort_command() 1232 list_move_tail(&scmd->eh_entry, done_q); in scsi_eh_finish_cmd() 1410 list_move_tail(&scmd->eh_entry, work_q); in scsi_eh_test_devices() 1487 work_q, eh_entry) { in scsi_eh_stu() 1553 work_q, eh_entry) { in scsi_eh_bus_device_reset() 1628 list_move(&scmd->eh_entry, work_q); in scsi_eh_target_reset() 1693 list_move_tail(&scmd->eh_entry, in scsi_eh_bus_reset() 1723 struct scsi_cmnd, eh_entry); in scsi_eh_host_reset() [all …]
|
| A D | scsi_lib.c | 1156 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_init_command() 1427 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_complete()
|
| /linux/drivers/scsi/libsas/ |
| A D | sas_scsi_host.c | 222 list_move_tail(&cmd->eh_entry, &sas_ha->eh_ata_q); in sas_eh_finish_cmd() 237 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu() 249 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T() 262 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 D | sas_ata.c | 796 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_ata_eh() 804 list_move(&cmd->eh_entry, &sata_q); in sas_ata_eh()
|
| /linux/Documentation/scsi/ |
| A D | scsi_eh.rst | 38 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 131 1. Links scmd->eh_entry to shost->eh_cmd_q 294 - scmd is removed from eh_done_q and scmd->eh_entry is cleared 466 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry. 485 - Each scmd->eh_entry is cleared.
|
| /linux/include/scsi/ |
| A D | scsi_cmnd.h | 76 struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */ member
|
| /linux/drivers/ata/ |
| A D | libata-eh.c | 604 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()
|
Completed in 22 milliseconds