Home
last modified time | relevance | path

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

/linux-6.15/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
H A Dlpfc_scsi.c3602 fast_path_evt->un.check_cond_evt.scsi_event.lun = in lpfc_send_scsi_error_event()
5997 struct lpfc_scsi_event_header scsi_event; in lpfc_device_reset_handler() local
6023 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_device_reset_handler()
6024 scsi_event.subcategory = LPFC_EVENT_LUNRESET; in lpfc_device_reset_handler()
6025 scsi_event.lun = lun_id; in lpfc_device_reset_handler()
6030 sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID); in lpfc_device_reset_handler()
6075 struct lpfc_scsi_event_header scsi_event; in lpfc_target_reset_handler() local
6112 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_target_reset_handler()
6113 scsi_event.subcategory = LPFC_EVENT_TGTRESET; in lpfc_target_reset_handler()
6114 scsi_event.lun = 0; in lpfc_target_reset_handler()
[all …]
/linux-6.15/include/scsi/
H A Dscsi_device.h82 struct scsi_event { struct
472 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
474 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
/linux-6.15/drivers/scsi/
H A Dscsi_lib.c2564 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit()
2625 struct scsi_event *evt; in scsi_evt_thread()
2637 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread()
2652 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send()
2680 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc()
2683 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags); in sdev_evt_alloc()
2720 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
H A Dscsi_sysfs.c470 struct scsi_event *evt; in scsi_device_dev_release()
472 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release()