Searched refs:first_error (Results 1 – 6 of 6) sorted by relevance
147 info->first_error == i ? " (First)" : ""); in __aer_print_error()150 i, info->first_error == i ? " (First)" : ""); in __aer_print_error()
49 unsigned int first_error:5; member
682 info->first_error = PCI_ERR_CAP_FEP(temp); in get_device_error_info()
1489 error = dev_priv->gpu_error.first_error; in i915_capture_error_state()1588 if (dev_priv->gpu_error.first_error == NULL) { in i915_capture_error_state()1589 dev_priv->gpu_error.first_error = error; in i915_capture_error_state()1605 error = dev_priv->gpu_error.first_error; in i915_destroy_error_state()1606 dev_priv->gpu_error.first_error = NULL; in i915_destroy_error_state()
827 struct drm_i915_error_state *first_error; member
840 error_priv->error = dev_priv->gpu_error.first_error; in i915_error_state_open()