Searched refs:fast_path_evt (Results 1 – 1 of 1) sorted by relevance
3490 struct lpfc_fast_path_event *fast_path_evt = NULL; in lpfc_send_scsi_error_event() local3500 fast_path_evt = lpfc_alloc_fast_evt(phba); in lpfc_send_scsi_error_event()3501 if (!fast_path_evt) in lpfc_send_scsi_error_event()3503 fast_path_evt->un.scsi_evt.event_type = in lpfc_send_scsi_error_event()3505 fast_path_evt->un.scsi_evt.subcategory = in lpfc_send_scsi_error_event()3508 fast_path_evt->un.scsi_evt.lun = cmnd->device->lun; in lpfc_send_scsi_error_event()3509 memcpy(&fast_path_evt->un.scsi_evt.wwpn, in lpfc_send_scsi_error_event()3511 memcpy(&fast_path_evt->un.scsi_evt.wwnn, in lpfc_send_scsi_error_event()3515 fast_path_evt = lpfc_alloc_fast_evt(phba); in lpfc_send_scsi_error_event()3516 if (!fast_path_evt) in lpfc_send_scsi_error_event()[all …]