Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/lpfc/
Dlpfc_hbadisc.c762 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
767 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
770 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
771 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
773 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()
776 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
777 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
781 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
782 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
784 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
[all …]