Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c753 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
764 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()
768 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
772 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
775 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
782 evt_data = (char *) &fast_evt_data->un.scsi_evt; in lpfc_send_fastpath_evt()
787 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
792 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
796 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
800 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
[all …]