Home
last modified time | relevance | path

Searched refs:evtdata (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/scsi/mpi3mr/
Dmpi3mr_os.c1252 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_bh() local
1255 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_bh()
1258 __func__, dev_handle, evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
1259 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_bh()
1272 evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
2581 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_th() local
2587 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_th()
2589 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_th()
2649 struct mpi3_event_data_prepare_for_reset *evtdata = in mpi3mr_preparereset_evt_th() local
2652 if (evtdata->reason_code == MPI3_EVENT_PREPARE_RESET_RC_START) { in mpi3mr_preparereset_evt_th()
[all …]