Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance
10859 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument10878 bd_num_list[i] = le32_to_cpu(desc[desc_index].data[index]); in hclge_get_dfx_reg_bd_num()10933 int bd_num_list[BD_LIST_MAX_NUM]; in hclge_get_dfx_reg_len() local10937 ret = hclge_get_dfx_reg_bd_num(hdev, bd_num_list, dfx_reg_type_num); in hclge_get_dfx_reg_len()10947 bd_num = bd_num_list[i]; in hclge_get_dfx_reg_len()10959 int bd_num_list[BD_LIST_MAX_NUM]; in hclge_get_dfx_reg() local10964 ret = hclge_get_dfx_reg_bd_num(hdev, bd_num_list, dfx_reg_type_num); in hclge_get_dfx_reg()10971 bd_num_max = bd_num_list[0]; in hclge_get_dfx_reg()10973 bd_num_max = max_t(int, bd_num_max, bd_num_list[i]); in hclge_get_dfx_reg()10981 bd_num = bd_num_list[i]; in hclge_get_dfx_reg()