Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c672 u16 roundup_size; in hclgevf_set_rss_tc_mode() local
678 roundup_size = roundup_pow_of_two(rss_size); in hclgevf_set_rss_tc_mode()
679 roundup_size = ilog2(roundup_size); in hclgevf_set_rss_tc_mode()
683 tc_size[i] = roundup_size; in hclgevf_set_rss_tc_mode()
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4590 u16 roundup_size; in hclge_rss_init_hw() local
4617 roundup_size = roundup_pow_of_two(rss_size); in hclge_rss_init_hw()
4618 roundup_size = ilog2(roundup_size); in hclge_rss_init_hw()
4627 tc_size[i] = roundup_size; in hclge_rss_init_hw()
10641 u16 roundup_size; in hclge_set_channels() local
10654 roundup_size = roundup_pow_of_two(kinfo->rss_size); in hclge_set_channels()
10655 roundup_size = ilog2(roundup_size); in hclge_set_channels()
10664 tc_size[i] = roundup_size; in hclge_set_channels()