Searched refs:scsi_event (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/scsi/lpfc/ |
| D | lpfc_nl.h | 137 struct lpfc_scsi_event_header scsi_event; member 144 struct lpfc_scsi_event_header scsi_event; member
|
| D | lpfc_scsi.c | 3523 fast_path_evt->un.check_cond_evt.scsi_event.event_type = in lpfc_send_scsi_error_event() 3525 fast_path_evt->un.check_cond_evt.scsi_event.subcategory = in lpfc_send_scsi_error_event() 3527 fast_path_evt->un.check_cond_evt.scsi_event.lun = in lpfc_send_scsi_error_event() 3529 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwpn, in lpfc_send_scsi_error_event() 3531 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwnn, in lpfc_send_scsi_error_event() 5232 struct lpfc_scsi_event_header scsi_event; in lpfc_device_reset_handler() local 5254 scsi_event.event_type = FC_REG_SCSI_EVENT; in lpfc_device_reset_handler() 5255 scsi_event.subcategory = LPFC_EVENT_LUNRESET; in lpfc_device_reset_handler() 5256 scsi_event.lun = lun_id; in lpfc_device_reset_handler() 5257 memcpy(scsi_event.wwpn, &pnode->nlp_portname, sizeof(struct lpfc_name)); in lpfc_device_reset_handler() [all …]
|
| /Linux-v5.10/include/scsi/ |
| D | scsi_device.h | 80 struct scsi_event { struct 421 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, 423 extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);
|
| /Linux-v5.10/drivers/scsi/ |
| D | scsi_lib.c | 2343 static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt) in scsi_evt_emit() 2404 struct scsi_event *evt; in scsi_evt_thread() 2416 evt = list_entry(this, struct scsi_event, node); in scsi_evt_thread() 2431 void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt) in sdev_evt_send() 2459 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() 2462 struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags); in sdev_evt_alloc() 2499 struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags); in sdev_evt_send_simple()
|
| D | scsi_sysfs.c | 469 struct scsi_event *evt; in scsi_device_dev_release_usercontext() 471 evt = list_entry(this, struct scsi_event, node); in scsi_device_dev_release_usercontext()
|