Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance
299 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument393 int *bd_num_list; in hclge_get_dfx_reg_len() local398 if (!bd_num_list) in hclge_get_dfx_reg_len()422 kfree(bd_num_list); in hclge_get_dfx_reg_len()453 int *bd_num_list; in hclge_get_dfx_reg() local459 if (!bd_num_list) in hclge_get_dfx_reg()469 bd_num_max = bd_num_list[0]; in hclge_get_dfx_reg()471 bd_num_max = max_t(int, bd_num_max, bd_num_list[i]); in hclge_get_dfx_reg()481 bd_num = bd_num_list[i]; in hclge_get_dfx_reg()500 bd_num = bd_num_list[HCLGE_DFX_RPU_0_BD_OFFSET - 1]; in hclge_get_dfx_reg()[all …]