Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c454 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
459 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...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c754 struct lpfc_fast_path_event *fast_evt_data; in lpfc_send_fastpath_evt() local
759 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, in lpfc_send_fastpath_evt()
762 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; in lpfc_send_fastpath_evt()
763 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
765 shost = lpfc_shost_from_vport(fast_evt_data->vport); in lpfc_send_fastpath_evt()
768 evt_data = (char *) &fast_evt_data->un.read_check_error; in lpfc_send_fastpath_evt()
769 evt_data_size = sizeof(fast_evt_data->un. in lpfc_send_fastpath_evt()
773 evt_data = (char *) &fast_evt_data->un.fabric_evt; in lpfc_send_fastpath_evt()
774 evt_data_size = sizeof(fast_evt_data->un.fabric_evt); in lpfc_send_fastpath_evt()
776 lpfc_free_fast_evt(phba, fast_evt_data); in lpfc_send_fastpath_evt()
[all...]

Completed in 6 milliseconds