Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c2802 struct hclge_sum_err_info *sum_info; in hclge_handle_error_module_log() local
2806 sum_info = (struct hclge_sum_err_info *)&buf[offset++]; in hclge_handle_error_module_log()
2807 if (sum_info->reset_type && in hclge_handle_error_module_log()
2808 sum_info->reset_type != HNAE3_NONE_RESET) in hclge_handle_error_module_log()
2809 set_bit(sum_info->reset_type, &ae_dev->hw_err_reset_req); in hclge_handle_error_module_log()
2810 mod_num = sum_info->mod_num; in hclge_handle_error_module_log()