Home
last modified time | relevance | path

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

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