Searched refs:evtdata (Results 1 – 4 of 4) sorted by relevance
/linux/arch/riscv/kvm/ |
H A D | vcpu_pmu.c | 311 unsigned long evtdata) in kvm_pmu_create_perf_event() argument 316 attr->config = kvm_pmu_get_perf_event_config(eidx, evtdata); in kvm_pmu_create_perf_event() 655 unsigned long eidx, u64 evtdata, in kvm_riscv_vcpu_pmu_ctr_cfg_match() argument 717 ret = kvm_pmu_create_perf_event(pmc, &attr, flags, eidx, evtdata); in kvm_riscv_vcpu_pmu_ctr_cfg_match()
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 1343 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_bh() local 1346 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_bh() 1349 __func__, dev_handle, evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh() 1350 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_bh() 1363 evtdata->reason_code); in mpi3mr_devstatuschg_evt_bh() 2759 struct mpi3_event_data_device_status_change *evtdata = in mpi3mr_devstatuschg_evt_th() local 2765 dev_handle = le16_to_cpu(evtdata->dev_handle); in mpi3mr_devstatuschg_evt_th() 2767 switch (evtdata->reason_code) { in mpi3mr_devstatuschg_evt_th() 2827 struct mpi3_event_data_prepare_for_reset *evtdata = in mpi3mr_preparereset_evt_th() local 2830 if (evtdata->reason_code == MPI3_EVENT_PREPARE_RESET_RC_START) { in mpi3mr_preparereset_evt_th() [all …]
|
H A D | mpi3mr_app.c | 773 struct mpi3_event_data_diag_buffer_status_change *evtdata; in mpi3mr_hdbstatuschg_evt_th() local 776 evtdata = (struct mpi3_event_data_diag_buffer_status_change *) in mpi3mr_hdbstatuschg_evt_th() 779 diag_buffer = mpi3mr_diag_buffer_for_type(mrioc, evtdata->type); in mpi3mr_hdbstatuschg_evt_th() 785 switch (evtdata->reason_code) { in mpi3mr_hdbstatuschg_evt_th() 806 __func__, evtdata->reason_code); in mpi3mr_hdbstatuschg_evt_th()
|
/linux/arch/riscv/include/asm/ |
H A D | kvm_vcpu_pmu.h | 91 unsigned long eidx, u64 evtdata,
|