Searched refs:cause_by_vf (Results 1 – 2 of 2) sorted by relevance
1726 .cause_by_vf = true1730 .cause_by_vf = true3197 bool cause_by_vf = false; in hclge_handle_error_type_reg_log() local3216 cause_by_vf = hclge_hw_type_id_st[i].cause_by_vf; in hclge_handle_error_type_reg_log()3238 return cause_by_vf; in hclge_handle_error_type_reg_log()3249 bool cause_by_vf = false; in hclge_handle_error_module_log() local3280 cause_by_vf = true; in hclge_handle_error_module_log()3286 if (hnae3_ae_dev_vf_fault_supported(hdev->ae_dev) && cause_by_vf) in hclge_handle_error_module_log()3446 bool cause_by_vf = false; in hclge_handle_vf_queue_err_ras() local3468 cause_by_vf = hclge_reset_vf_in_bitmap(hdev, vf_fault_bitmap); in hclge_handle_vf_queue_err_ras()[all …]
213 bool cause_by_vf; /* indicate the error may from vf exception */ member