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.c1726 .cause_by_vf = true
1730 .cause_by_vf = true
3197 bool cause_by_vf = false; in hclge_handle_error_type_reg_log() local
3216 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() local
3280 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() local
3468 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