Searched refs:scsi_event (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/lpfc/ |
A D | lpfc_nl.h | 137 struct lpfc_scsi_event_header scsi_event; member 144 struct lpfc_scsi_event_header scsi_event; member
|
A D | lpfc_scsi.c | 6354 struct lpfc_scsi_event_header scsi_event; in lpfc_device_reset_handler() local 6377 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_device_reset_handler() 6379 scsi_event.lun = lun_id; in lpfc_device_reset_handler() 6384 sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID); in lpfc_device_reset_handler() 6428 struct lpfc_scsi_event_header scsi_event; in lpfc_target_reset_handler() local 6462 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_target_reset_handler() 6464 scsi_event.lun = 0; in lpfc_target_reset_handler() 6469 sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID); in lpfc_target_reset_handler() 6546 struct lpfc_scsi_event_header scsi_event; in lpfc_bus_reset_handler() local 6553 scsi_event.lun = 0; in lpfc_bus_reset_handler() [all …]
|
/linux/include/scsi/ |
A D | scsi_device.h | 82 struct scsi_event { struct 430 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, 432 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
|
/linux/drivers/scsi/ |
A D | scsi_lib.c | 2395 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit() 2456 struct scsi_event *evt; in scsi_evt_thread() 2468 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread() 2483 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send() 2511 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() 2514 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags); in sdev_evt_alloc() 2551 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
|
A D | scsi_sysfs.c | 466 struct scsi_event *evt; in scsi_device_dev_release_usercontext() 468 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release_usercontext()
|
Completed in 25 milliseconds