Lines Matching refs:evtdata
1291 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_bh() local
1294 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_bh()
1297 __func__, dev_handle, evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
1298 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_bh()
1311 evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
2634 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_th() local
2640 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_th()
2642 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_th()
2702 struct mpi3_event_data_prepare_for_reset *evtdata = in mpi3mr_preparereset_evt_th() local
2705 if (evtdata->reason_code == MPI3_EVENT_PREPARE_RESET_RC_START) { in mpi3mr_preparereset_evt_th()
2712 } else if (evtdata->reason_code == MPI3_EVENT_PREPARE_RESET_RC_ABORT) { in mpi3mr_preparereset_evt_th()
2736 struct mpi3_event_data_energy_pack_change *evtdata = in mpi3mr_energypackchg_evt_th() local
2738 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); in mpi3mr_energypackchg_evt_th()
2765 struct mpi3_event_data_cable_management *evtdata = in mpi3mr_cablemgmt_evt_th() local
2768 switch (evtdata->status) { in mpi3mr_cablemgmt_evt_th()
2774 evtdata->receptacle_id, in mpi3mr_cablemgmt_evt_th()
2775 le32_to_cpu(evtdata->active_cable_power_requirement)); in mpi3mr_cablemgmt_evt_th()
2781 evtdata->receptacle_id); in mpi3mr_cablemgmt_evt_th()