Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c637 u16 roundup_size; in hclgevf_set_rss_tc_mode() local
643 roundup_size = roundup_pow_of_two(rss_size); in hclgevf_set_rss_tc_mode()
644 roundup_size = ilog2(roundup_size); in hclgevf_set_rss_tc_mode()
648 tc_size[i] = roundup_size; in hclgevf_set_rss_tc_mode()
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c4396 u16 roundup_size; in hclge_rss_init_hw() local
4423 roundup_size = roundup_pow_of_two(rss_size); in hclge_rss_init_hw()
4424 roundup_size = ilog2(roundup_size); in hclge_rss_init_hw()
4433 tc_size[i] = roundup_size; in hclge_rss_init_hw()
9547 u16 roundup_size; in hclge_set_channels() local
9560 roundup_size = roundup_pow_of_two(kinfo->rss_size); in hclge_set_channels()
9561 roundup_size = ilog2(roundup_size); in hclge_set_channels()
9570 tc_size[i] = roundup_size; in hclge_set_channels()