Searched refs:fast_evt_data (Results 1 – 1 of 1) sorted by relevance
454 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local459 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()462 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()463 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()465 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()468 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()469 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()473 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()474 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()476 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()[all …]