Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_hbadisc.c713 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
718 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
721 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
722 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
724 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()
727 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
728 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
732 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
733 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
735 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
[all …]