Home
last modified time | relevance | path

Searched refs:cause_by_vf (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_err.c1727 .cause_by_vf = true
1731 .cause_by_vf = true
3198 bool cause_by_vf = false; in hclge_handle_error_type_reg_log() local
3217 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() local
3281 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() local
3469 cause_by_vf = hclge_reset_vf_in_bitmap(hdev, vf_fault_bitmap); in hclge_handle_vf_queue_err_ras()
[all …]
H A Dhclge_err.h213 bool cause_by_vf; /* indicate the error may from vf exception */ member