Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_os.c914 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_bh() local
917 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_bh()
920 __func__, dev_handle, evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
921 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_bh()
934 evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh()
1765 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_th() local
1771 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_th()
1773 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_th()
1833 struct mpi3_event_data_energy_pack_change *evtdata = in mpi3mr_energypackchg_evt_th() local
1835 u16 shutdown_timeout = le16_to_cpu(evtdata->shutdown_timeout); in mpi3mr_energypackchg_evt_th()