Lines Matching refs:scsi_event
2447 * Send a single uevent (scsi_event) to the associated scsi_device.
2449 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt)
2510 struct scsi_event *evt;
2522 evt = list_entry(this, struct scsi_event, node);
2537 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt)
2563 * Allocates and returns a new scsi_event.
2565 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
2568 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags);
2605 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags);