Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_err.c3248 struct hclge_sum_err_info *sum_info; in hclge_handle_error_module_log() local
3253 sum_info = (struct hclge_sum_err_info *)&buf[offset++]; in hclge_handle_error_module_log()
3254 if (sum_info->reset_type && in hclge_handle_error_module_log()
3255 sum_info->reset_type != HNAE3_NONE_RESET) in hclge_handle_error_module_log()
3256 set_bit(sum_info->reset_type, &ae_dev->hw_err_reset_req); in hclge_handle_error_module_log()
3257 mod_num = sum_info->mod_num; in hclge_handle_error_module_log()