Searched refs:evtdata (Results 1 – 2 of 2) sorted by relevance
1918 Mpi3EventDataDeviceStatusChange_t *evtdata = in mpi3mr_devstatuschg_evt_bh() local1923 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_bh()1926 __func__, dev_handle, evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()1927 switch (evtdata->ReasonCode) { in mpi3mr_devstatuschg_evt_bh()1940 evtdata->ReasonCode); in mpi3mr_devstatuschg_evt_bh()
3957 Mpi3EventDataDeviceStatusChange_t *evtdata = in mpi3mr_devstatuschg_evt_th() local3960 dev_handle = le16toh(evtdata->DevHandle); in mpi3mr_devstatuschg_evt_th()3962 switch (evtdata->ReasonCode) { in mpi3mr_devstatuschg_evt_th()4034 Mpi3EventDataPrepareForReset_t *evtdata = in mpi3mr_preparereset_evt_th() local4037 if (evtdata->ReasonCode == MPI3_EVENT_PREPARE_RESET_RC_START) { in mpi3mr_preparereset_evt_th()4044 } else if (evtdata->ReasonCode == MPI3_EVENT_PREPARE_RESET_RC_ABORT) { in mpi3mr_preparereset_evt_th()4068 Mpi3EventDataEnergyPackChange_t *evtdata = in mpi3mr_energypackchg_evt_th() local4070 U16 shutdown_timeout = le16toh(evtdata->ShutdownTimeout); in mpi3mr_energypackchg_evt_th()4097 Mpi3EventDataCableManagement_t *evtdata = in mpi3mr_cablemgmt_evt_th() local4100 switch (evtdata->Status) { in mpi3mr_cablemgmt_evt_th()[all …]