Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c2815 struct hclge_sum_err_info *sum_info; in hclge_handle_error_module_log() local
2819 sum_info = (struct hclge_sum_err_info *)&buf[offset++]; in hclge_handle_error_module_log()
2820 if (sum_info->reset_type && in hclge_handle_error_module_log()
2821 sum_info->reset_type != HNAE3_NONE_RESET) in hclge_handle_error_module_log()
2822 set_bit(sum_info->reset_type, &ae_dev->hw_err_reset_req); in hclge_handle_error_module_log()
2823 mod_num = sum_info->mod_num; in hclge_handle_error_module_log()