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

/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c446 struct lpfc_fast_path_event *fast_evt_data; lpfc_send_fastpath_evt() local
451 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, lpfc_send_fastpath_evt()
454 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; lpfc_send_fastpath_evt()
455 evt_sub_category = (unsigned long) fast_evt_data->un. lpfc_send_fastpath_evt()
457 shost = lpfc_shost_from_vport(fast_evt_data->vport); lpfc_send_fastpath_evt()
460 evt_data = (char *) &fast_evt_data->un.read_check_error; lpfc_send_fastpath_evt()
461 evt_data_size = sizeof(fast_evt_data->un. lpfc_send_fastpath_evt()
465 evt_data = (char *) &fast_evt_data->un.fabric_evt; lpfc_send_fastpath_evt()
466 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); lpfc_send_fastpath_evt()
468 lpfc_free_fast_evt(phba, fast_evt_data); lpfc_send_fastpath_evt()
475 evt_data = (char *) &fast_evt_data->un.scsi_evt; lpfc_send_fastpath_evt()
476 evt_data_size = sizeof(fast_evt_data->un.scsi_evt); lpfc_send_fastpath_evt()
479 evt_data = (char *) &fast_evt_data->un.check_cond_evt; lpfc_send_fastpath_evt()
480 evt_data_size = sizeof(fast_evt_data->un. lpfc_send_fastpath_evt()
484 evt_data = (char *) &fast_evt_data->un.queue_depth_evt; lpfc_send_fastpath_evt()
485 evt_data_size = sizeof(fast_evt_data->un. lpfc_send_fastpath_evt()
489 lpfc_free_fast_evt(phba, fast_evt_data); lpfc_send_fastpath_evt()
493 lpfc_free_fast_evt(phba, fast_evt_data); lpfc_send_fastpath_evt()
503 lpfc_free_fast_evt(phba, fast_evt_data); lpfc_send_fastpath_evt()

Completed in 79 milliseconds