Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_monitor.c31 for (e = 0; e < XE_GUC_KLV_NUM_THRESHOLDS; e++) in xe_gt_sriov_pf_monitor_flr()
39 xe_gt_assert(gt, e < XE_GUC_KLV_NUM_THRESHOLDS); in pf_update_event_counter()
129 for (e = 0; e < XE_GUC_KLV_NUM_THRESHOLDS; e++) in xe_gt_sriov_pf_monitor_print_events()
134 if (e >= XE_GUC_KLV_NUM_THRESHOLDS && in xe_gt_sriov_pf_monitor_print_events()
H A Dxe_gt_sriov_pf_monitor_types.h18 unsigned int events[XE_GUC_KLV_NUM_THRESHOLDS];
H A Dxe_gt_sriov_pf_config_types.h37 u32 thresholds[XE_GUC_KLV_NUM_THRESHOLDS];
H A Dxe_guc_klv_thresholds_set_types.h42 #define XE_GUC_KLV_NUM_THRESHOLDS \ macro