Home
last modified time | relevance | path

Searched refs:scsi_event (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_nl.h137 struct lpfc_scsi_event_header scsi_event; member
144 struct lpfc_scsi_event_header scsi_event; member
/linux/drivers/scsi/
H A Dscsi_lib.c2657 * Send a single uevent (scsi_event) to the associated scsi_device.
2659 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit()
2720 struct scsi_event *evt; in scsi_evt_thread()
2732 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread()
2747 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send()
2773 * Allocates and returns a new scsi_event.
2775 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc()
2778 struct scsi_event *evt = kzalloc_obj(struct scsi_event, gfpflags); in sdev_evt_alloc()
2815 struct scsi_event *ev in sdev_evt_send_simple()
[all...]