Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c10958 int bd_num, bd_num_max, buf_len, i; in hclge_get_dfx_reg() local
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()
10975 buf_len = sizeof(*desc_src) * bd_num_max; in hclge_get_dfx_reg()