Searched refs:eh_entry (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_error.c | 273 list_add_tail(&scmd->eh_entry, &shost->eh_cmd_q); in scsi_eh_scmd_add() 371 list_for_each_entry(scmd, work_q, eh_entry) { in scsi_eh_prt_fail_stats() 1200 list_move_tail(&scmd->eh_entry, done_q); in scsi_eh_finish_cmd() 1235 list_for_each_entry_safe(scmd, next, work_q, eh_entry) { in scsi_eh_get_sense() 1350 scmd = list_entry(cmd_list->next, struct scsi_cmnd, eh_entry); in scsi_eh_test_devices() 1370 list_for_each_entry_safe(scmd, next, cmd_list, eh_entry) in scsi_eh_test_devices() 1377 list_move_tail(&scmd->eh_entry, work_q); in scsi_eh_test_devices() 1434 list_for_each_entry(scmd, work_q, eh_entry) in scsi_eh_stu() 1453 work_q, eh_entry) { in scsi_eh_stu() 1501 list_for_each_entry(scmd, work_q, eh_entry) in scsi_eh_bus_device_reset() [all …]
|
| H A D | scsi_lib.c | 1431 INIT_LIST_HEAD(&cmd->eh_entry); in scsi_softirq_done()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libsas/ |
| H A D | sas_scsi_host.c | 221 list_move_tail(&cmd->eh_entry, &sas_ha->eh_ata_q); in sas_eh_finish_cmd() 236 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_lu() 248 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_I_T() 261 list_for_each_entry_safe(cmd, n, error_q, eh_entry) { in sas_scsi_clear_queue_port() 567 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors() 580 list_move_tail(&cmd->eh_entry, &done); in sas_eh_handle_sas_errors() 584 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_eh_handle_sas_errors() 587 list_del_init(&cmd->eh_entry); in sas_eh_handle_sas_errors() 684 list_for_each_entry_safe(cmd, n, work_q, eh_entry) in sas_eh_handle_sas_errors()
|
| H A D | sas_ata.c | 801 list_for_each_entry_safe(cmd, n, work_q, eh_entry) { in sas_ata_eh() 809 list_move(&cmd->eh_entry, &sata_q); in sas_ata_eh()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H 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.
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | scsi_cmnd.h | 72 struct list_head eh_entry; /* entry for the host eh_cmd_q */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-qemu-Add-missing-wacom-HID-descriptor.patch | 141 qemu_remove_mouse_event_handler(s->eh_entry);
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-eh.c | 604 list_for_each_entry_safe(scmd, tmp, eh_work_q, eh_entry) { in ata_scsi_cmd_error_handler()
|