Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance
12368 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument12387 bd_num_list[i] = le32_to_cpu(desc[desc_index].data[index]); in hclge_get_dfx_reg_bd_num()12442 int *bd_num_list; in hclge_get_dfx_reg_len() local12446 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg_len()12447 if (!bd_num_list) in hclge_get_dfx_reg_len()12450 ret = hclge_get_dfx_reg_bd_num(hdev, bd_num_list, dfx_reg_type_num); in hclge_get_dfx_reg_len()12460 bd_num = bd_num_list[i]; in hclge_get_dfx_reg_len()12466 kfree(bd_num_list); in hclge_get_dfx_reg_len()12475 int *bd_num_list; in hclge_get_dfx_reg() local12479 bd_num_list = kcalloc(dfx_reg_type_num, sizeof(int), GFP_KERNEL); in hclge_get_dfx_reg()[all …]