scsi_event        137 drivers/scsi/lpfc/lpfc_nl.h 	struct lpfc_scsi_event_header scsi_event;
scsi_event        144 drivers/scsi/lpfc/lpfc_nl.h 	struct lpfc_scsi_event_header scsi_event;
scsi_event       3520 drivers/scsi/lpfc/lpfc_scsi.c 		fast_path_evt->un.check_cond_evt.scsi_event.event_type =
scsi_event       3522 drivers/scsi/lpfc/lpfc_scsi.c 		fast_path_evt->un.check_cond_evt.scsi_event.subcategory =
scsi_event       3524 drivers/scsi/lpfc/lpfc_scsi.c 		fast_path_evt->un.check_cond_evt.scsi_event.lun =
scsi_event       3526 drivers/scsi/lpfc/lpfc_scsi.c 		memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwpn,
scsi_event       3528 drivers/scsi/lpfc/lpfc_scsi.c 		memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwnn,
scsi_event       5220 drivers/scsi/lpfc/lpfc_scsi.c 	struct lpfc_scsi_event_header scsi_event;
scsi_event       5242 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.event_type = FC_REG_SCSI_EVENT;
scsi_event       5243 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.subcategory = LPFC_EVENT_LUNRESET;
scsi_event       5244 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.lun = lun_id;
scsi_event       5245 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwpn, &pnode->nlp_portname, sizeof(struct lpfc_name));
scsi_event       5246 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwnn, &pnode->nlp_nodename, sizeof(struct lpfc_name));
scsi_event       5249 drivers/scsi/lpfc/lpfc_scsi.c 		sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID);
scsi_event       5291 drivers/scsi/lpfc/lpfc_scsi.c 	struct lpfc_scsi_event_header scsi_event;
scsi_event       5321 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.event_type = FC_REG_SCSI_EVENT;
scsi_event       5322 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.subcategory = LPFC_EVENT_TGTRESET;
scsi_event       5323 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.lun = 0;
scsi_event       5324 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwpn, &pnode->nlp_portname, sizeof(struct lpfc_name));
scsi_event       5325 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwnn, &pnode->nlp_nodename, sizeof(struct lpfc_name));
scsi_event       5328 drivers/scsi/lpfc/lpfc_scsi.c 		sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID);
scsi_event       5366 drivers/scsi/lpfc/lpfc_scsi.c 	struct lpfc_scsi_event_header scsi_event;
scsi_event       5370 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.event_type = FC_REG_SCSI_EVENT;
scsi_event       5371 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.subcategory = LPFC_EVENT_BUSRESET;
scsi_event       5372 drivers/scsi/lpfc/lpfc_scsi.c 	scsi_event.lun = 0;
scsi_event       5373 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwpn, &vport->fc_portname, sizeof(struct lpfc_name));
scsi_event       5374 drivers/scsi/lpfc/lpfc_scsi.c 	memcpy(scsi_event.wwnn, &vport->fc_nodename, sizeof(struct lpfc_name));
scsi_event       5377 drivers/scsi/lpfc/lpfc_scsi.c 		sizeof(scsi_event), (char *)&scsi_event, LPFC_NL_VENDOR_ID);
scsi_event       2363 drivers/scsi/scsi_lib.c static void scsi_evt_emit(struct scsi_device *sdev, struct scsi_event *evt)
scsi_event       2424 drivers/scsi/scsi_lib.c 		struct scsi_event *evt;
scsi_event       2436 drivers/scsi/scsi_lib.c 			evt = list_entry(this, struct scsi_event, node);
scsi_event       2451 drivers/scsi/scsi_lib.c void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt)
scsi_event       2479 drivers/scsi/scsi_lib.c struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
scsi_event       2482 drivers/scsi/scsi_lib.c 	struct scsi_event *evt = kzalloc(sizeof(struct scsi_event), gfpflags);
scsi_event       2519 drivers/scsi/scsi_lib.c 	struct scsi_event *evt = sdev_evt_alloc(evt_type, gfpflags);
scsi_event        457 drivers/scsi/scsi_sysfs.c 		struct scsi_event *evt;
scsi_event        459 drivers/scsi/scsi_sysfs.c 		evt = list_entry(this, struct scsi_event, node);
scsi_event        411 include/scsi/scsi_device.h extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
scsi_event        413 include/scsi/scsi_device.h extern void sdev_evt_send(struct scsi_device *sdev, struct scsi_event *evt);