Searched refs:scsi_event (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 195 fast_path_evt->un.queue_depth_evt.scsi_event.event_type = in lpfc_send_sdev_queuedepth_change_event() 197 fast_path_evt->un.queue_depth_evt.scsi_event.subcategory = in lpfc_send_sdev_queuedepth_change_event() 201 fast_path_evt->un.queue_depth_evt.scsi_event.lun = lun; in lpfc_send_sdev_queuedepth_change_event() 203 memcpy(&fast_path_evt->un.queue_depth_evt.scsi_event.wwpn, in lpfc_send_sdev_queuedepth_change_event() 205 memcpy(&fast_path_evt->un.queue_depth_evt.scsi_event.wwnn, in lpfc_send_sdev_queuedepth_change_event() 1458 fast_path_evt->un.check_cond_evt.scsi_event.event_type = in lpfc_send_scsi_error_event() 1460 fast_path_evt->un.check_cond_evt.scsi_event.subcategory = in lpfc_send_scsi_error_event() 1462 fast_path_evt->un.check_cond_evt.scsi_event.lun = in lpfc_send_scsi_error_event() 1464 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwpn, in lpfc_send_scsi_error_event() 1466 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwnn, in lpfc_send_scsi_error_event() [all …]
|
D | lpfc_nl.h | 135 struct lpfc_scsi_event_header scsi_event; member 142 struct lpfc_scsi_event_header scsi_event; member
|
/drivers/scsi/ |
D | scsi_lib.c | 2358 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit() 2393 struct scsi_event *evt; in scsi_evt_thread() 2405 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread() 2420 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send() 2448 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() 2451 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags); in sdev_evt_alloc() 2481 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
|
D | scsi_sysfs.c | 314 struct scsi_event *evt; in scsi_device_dev_release_usercontext() 316 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release_usercontext()
|