eh_action 42 drivers/ata/libata-trace.c libata_trace_parse_eh_action(struct trace_seq *p, unsigned int eh_action) eh_action 46 drivers/ata/libata-trace.c trace_seq_printf(p, "%x", eh_action); eh_action 47 drivers/ata/libata-trace.c if (eh_action) { eh_action 49 drivers/ata/libata-trace.c if (eh_action & ATA_EH_REVALIDATE) eh_action 51 drivers/ata/libata-trace.c if (eh_action & (ATA_EH_SOFTRESET | ATA_EH_HARDRESET)) eh_action 53 drivers/ata/libata-trace.c else if (eh_action & ATA_EH_SOFTRESET) eh_action 55 drivers/ata/libata-trace.c else if (eh_action & ATA_EH_HARDRESET) eh_action 57 drivers/ata/libata-trace.c if (eh_action & ATA_EH_ENABLE_LINK) eh_action 59 drivers/ata/libata-trace.c if (eh_action & ATA_EH_PARK) eh_action 773 drivers/scsi/scsi_error.c struct completion *eh_action; eh_action 778 drivers/scsi/scsi_error.c eh_action = scmd->device->host->eh_action; eh_action 779 drivers/scsi/scsi_error.c if (eh_action) eh_action 780 drivers/scsi/scsi_error.c complete(eh_action); eh_action 1068 drivers/scsi/scsi_error.c shost->eh_action = &done; eh_action 1110 drivers/scsi/scsi_error.c shost->eh_action = NULL; eh_action 1172 drivers/scsi/scsi_error.c if (sdrv->eh_action) eh_action 1173 drivers/scsi/scsi_error.c rtn = sdrv->eh_action(scmd, rtn); eh_action 580 drivers/scsi/sd.c .eh_action = sd_eh_action, eh_action 20 include/scsi/scsi_driver.h int (*eh_action)(struct scsi_cmnd *, int); eh_action 545 include/scsi/scsi_host.h struct completion * eh_action; /* Wait for specific actions on the eh_action 280 include/trace/events/libata.h TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask), eh_action 282 include/trace/events/libata.h TP_ARGS(dev, eh_action, eh_err_mask), eh_action 287 include/trace/events/libata.h __field( unsigned int, eh_action ) eh_action 294 include/trace/events/libata.h __entry->eh_action = eh_action; eh_action 300 include/trace/events/libata.h __parse_eh_action(__entry->eh_action),