Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_device.h72 SDEV_EVT_POWER_ON_RESET_OCCURRED, /* 29 00 UA reported */ enumerator
75 SDEV_EVT_LAST = SDEV_EVT_POWER_ON_RESET_OCCURRED,
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_lib.c2375 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in scsi_evt_emit()
2482 case SDEV_EVT_POWER_ON_RESET_OCCURRED: in sdev_evt_alloc()
Dscsi_error.c442 evt_type = SDEV_EVT_POWER_ON_RESET_OCCURRED; in scsi_report_sense()