Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance
10913 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument10932 bd_num_list[i] = le32_to_cpu(desc[desc_index].data[index]); in hclge_get_dfx_reg_bd_num()10987 int *bd_num_list; in hclge_get_dfx_reg_len() local10991 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg_len()10992 if (!bd_num_list) in hclge_get_dfx_reg_len()10995 ret = hclge_get_dfx_reg_bd_num(hdev, bd_num_list, dfx_reg_type_num); in hclge_get_dfx_reg_len()11005 bd_num = bd_num_list[i]; in hclge_get_dfx_reg_len()11011 kfree(bd_num_list); in hclge_get_dfx_reg_len()11020 int *bd_num_list; in hclge_get_dfx_reg() local11024 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg()[all …]