Home
last modified time | relevance | path

Searched refs:bd_num_list (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_regs.c299 int *bd_num_list, in hclge_get_dfx_reg_bd_num() argument
393 int *bd_num_list; in hclge_get_dfx_reg_len() local
398 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() local
459 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 …]