Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance
12386 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument12405 bd_num_list[i] = le32_to_cpu(desc[desc_index].data[index]); in hclge_get_dfx_reg_bd_num()12460 int *bd_num_list; in hclge_get_dfx_reg_len() local12464 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg_len()12465 if (!bd_num_list) in hclge_get_dfx_reg_len()12468 ret = hclge_get_dfx_reg_bd_num(hdev, bd_num_list, dfx_reg_type_num); in hclge_get_dfx_reg_len()12478 bd_num = bd_num_list[i]; in hclge_get_dfx_reg_len()12484 kfree(bd_num_list); in hclge_get_dfx_reg_len()12493 int *bd_num_list; in hclge_get_dfx_reg() local12497 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg()[all …]