Home
last modified time | relevance | path

Searched refs:SDEV_EVT_POWER_ON_RESET_OCCURRED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_device.h74 SDEV_EVT_POWER_ON_RESET_OCCURRED, /* 29 00 UA reported */ enumerator
77 SDEV_EVT_LAST = SDEV_EVT_POWER_ON_RESET_OCCURRED,
/openbmc/linux/drivers/scsi/
H A Dscsi_lib.c2482 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in scsi_evt_emit()
2589 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in sdev_evt_alloc()
H A Dscsi_error.c489 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()