Searched refs:cause_by_vf (Results 1 – 2 of 2) sorted by relevance
1727 .cause_by_vf = true1731 .cause_by_vf = true3198 bool cause_by_vf = false; in hclge_handle_error_type_reg_log() local3217 cause_by_vf = hclge_hw_type_id_st[i].cause_by_vf; in hclge_handle_error_type_reg_log()3239 return cause_by_vf; in hclge_handle_error_type_reg_log()3250 bool cause_by_vf = false; in hclge_handle_error_module_log() local3281 cause_by_vf = true; in hclge_handle_error_module_log()3287 if (hnae3_ae_dev_vf_fault_supported(hdev->ae_dev) && cause_by_vf) in hclge_handle_error_module_log()3447 bool cause_by_vf = false; in hclge_handle_vf_queue_err_ras() local3469 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