Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H 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()
413 list_for_each_entry(scmd, work_q, eh_entry) { in scsi_eh_prt_fail_stats()
1299 list_move_tail(&scmd->eh_entry, done_q); in scsi_eh_finish_cmd()
1555 work_q, eh_entry) { in scsi_eh_stu()
1621 work_q, eh_entry) { in scsi_eh_bus_device_reset()
1696 list_move(&scmd->eh_entry, work_q); in scsi_eh_target_reset()
1761 list_move_tail(&scmd->eh_entry, in scsi_eh_bus_reset()
1791 struct scsi_cmnd, eh_entry); in scsi_eh_host_reset()
[all …]
H A Dscsi_debugfs.c43 list_for_each_entry(cmd2, &shost->eh_abort_list, eh_entry) in scsi_cmd_list_info()
47 list_for_each_entry(cmd2, &shost->eh_cmd_q, eh_entry) in scsi_cmd_list_info()
H A Dscsi_lib.c1277 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_init_command()
1534 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_complete()
/linux-6.15/drivers/scsi/libsas/
H A Dsas_scsi_host.c219 list_move_tail(&cmd->eh_entry, &sas_ha->eh_ata_q); in sas_eh_finish_cmd()
234 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu()
246 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T()
259 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_port()
534 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors()
547 list_move_tail(&cmd->eh_entry, &done); in sas_eh_handle_sas_errors()
551 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors()
554 list_del_init(&cmd->eh_entry); in sas_eh_handle_sas_errors()
651 list_for_each_entry_safe(cmd, n, work_q, eh_entry) in sas_eh_handle_sas_errors()
H A Dsas_ata.c875 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_ata_eh()
883 list_move(&cmd->eh_entry, &sata_q); in sas_ata_eh()
/linux-6.15/Documentation/scsi/
H 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
294 - scmd is removed from eh_done_q and scmd->eh_entry is cleared
442 - Each failed scmd is linked on scmd->eh_cmd_q by scmd->eh_entry.
458 - Each scmd->eh_entry is cleared.
/linux-6.15/include/scsi/
H A Dscsi_cmnd.h76 struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */ member
/linux-6.15/drivers/ata/
H A Dlibata-eh.c633 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()