Searched refs:evtdata (Results 1 – 2 of 2) sorted by relevance
1912 Mpi3EventDataDeviceStatusChange_t *evtdata = in mpi3mr_devstatuschg_evt_bh() local1917 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_bh()1920 __func__, dev_handle, evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()1921 switch (evtdata->ReasonCode) { in mpi3mr_devstatuschg_evt_bh()1934 evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()
4156 Mpi3EventDataDeviceStatusChange_t *evtdata = in mpi3mr_devstatuschg_evt_th() local4159 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_th()4161 switch (evtdata->ReasonCode) { in mpi3mr_devstatuschg_evt_th()4233 Mpi3EventDataPrepareForReset_t *evtdata = in mpi3mr_preparereset_evt_th() local4236 if (evtdata->ReasonCode == MPI3_EVENT_PREPARE_RESET_RC_START) { in mpi3mr_preparereset_evt_th()4243 } else if (evtdata->ReasonCode == MPI3_EVENT_PREPARE_RESET_RC_ABORT) { in mpi3mr_preparereset_evt_th()4267 Mpi3EventDataEnergyPackChange_t *evtdata = in mpi3mr_energypackchg_evt_th() local4269 U16 shutdown_timeout = le16toh(evtdata->ShutdownTimeout); in mpi3mr_energypackchg_evt_th()4296 Mpi3EventDataCableManagement_t *evtdata = in mpi3mr_cablemgmt_evt_th() local4299 switch (evtdata->Status) { in mpi3mr_cablemgmt_evt_th()[all …]