Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c471 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
476 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
479 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
480 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
482 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()
485 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
486 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
490 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
491 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
493 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
[all …]