Home
last modified time | relevance | path

Searched refs:fast_path_evt (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c3563 struct lpfc_fast_path_event *fast_path_evt = NULL; in lpfc_send_scsi_error_event() local
3573 fast_path_evt = lpfc_alloc_fast_evt(phba); in lpfc_send_scsi_error_event()
3574 if (!fast_path_evt) in lpfc_send_scsi_error_event()
3576 fast_path_evt->un.scsi_evt.event_type = in lpfc_send_scsi_error_event()
3578 fast_path_evt->un.scsi_evt.subcategory = in lpfc_send_scsi_error_event()
3581 fast_path_evt->un.scsi_evt.lun = cmnd->device->lun; in lpfc_send_scsi_error_event()
3582 memcpy(&fast_path_evt->un.scsi_evt.wwpn, in lpfc_send_scsi_error_event()
3584 memcpy(&fast_path_evt->un.scsi_evt.wwnn, in lpfc_send_scsi_error_event()
3588 fast_path_evt = lpfc_alloc_fast_evt(phba); in lpfc_send_scsi_error_event()
3589 if (!fast_path_evt) in lpfc_send_scsi_error_event()
[all …]