Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c11018 int bd_num, bd_num_max, buf_len, i; in hclge_get_dfx_reg() local
11035 bd_num_max = bd_num_list[0]; in hclge_get_dfx_reg()
11037 bd_num_max = max_t(int, bd_num_max, bd_num_list[i]); in hclge_get_dfx_reg()
11039 buf_len = sizeof(*desc_src) * bd_num_max; in hclge_get_dfx_reg()