Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dscsi_device.h64 enum scsi_device_event { enum
81 enum scsi_device_event evt_type;
411 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
415 enum scsi_device_event evt_type, gfp_t gfpflags);
/Linux-v5.4/drivers/scsi/
Dscsi_lib.c2414 enum scsi_device_event evt_type; in scsi_evt_thread()
2479 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc()
2517 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple()
Dscsi_error.c411 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense()