Searched refs:eh_entry (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | scsi_error.c | 264 list_add_tail(&scmd->eh_entry, &shost->eh_cmd_q); in scsi_eh_scmd_add() 365 list_for_each_entry(scmd, work_q, eh_entry) { in scsi_eh_prt_fail_stats() 1172 list_move_tail(&scmd->eh_entry, done_q); in scsi_eh_finish_cmd() 1207 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { in scsi_eh_get_sense() 1315 scmd = list_entry(cmd_list->next, struct scsi_cmnd, eh_entry); in scsi_eh_test_devices() 1335 list_for_each_entry_safe(scmd, next, cmd_list, eh_entry) in scsi_eh_test_devices() 1342 list_move_tail(&scmd->eh_entry, work_q); in scsi_eh_test_devices() 1398 list_for_each_entry(scmd, work_q, eh_entry) in scsi_eh_stu() 1417 work_q, eh_entry) { in scsi_eh_stu() 1464 list_for_each_entry(scmd, work_q, eh_entry) in scsi_eh_bus_device_reset() [all …]
|
D | scsi_lib.c | 1718 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_softirq_done()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 239 list_move_tail(&cmd->eh_entry, &sas_ha->eh_ata_q); in sas_eh_finish_cmd() 254 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu() 266 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T() 279 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_port() 588 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors() 601 list_move_tail(&cmd->eh_entry, &done); in sas_eh_handle_sas_errors() 605 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors() 608 list_del_init(&cmd->eh_entry); in sas_eh_handle_sas_errors() 708 list_for_each_entry_safe(cmd, n, work_q, eh_entry) in sas_eh_handle_sas_errors()
|
D | sas_ata.c | 812 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_ata_eh() 820 list_move(&cmd->eh_entry, &sata_q); in sas_ata_eh()
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi_eh.txt | 34 scmd->list and scmd->eh_entry. The former is used for free list or 37 otherwise stated scmds are always linked using scmd->eh_entry in this 117 1. Links scmd->eh_entry to shost->eh_cmd_q 263 - scmd is removed from eh_done_q and scmd->eh_entry is cleared 431 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry. 449 - Each scmd->eh_entry is cleared.
|
/Linux-v4.19/include/scsi/ |
D | scsi_cmnd.h | 68 struct list_head eh_entry; /* entry for the host eh_cmd_q */ member
|
/Linux-v4.19/drivers/ata/ |
D | libata-eh.c | 614 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()
|