Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c544 uint16_t roundup_size; in hns3_set_rss_tc_mode_entry() local
547 roundup_size = roundup_pow_of_two(rss_size); in hns3_set_rss_tc_mode_entry()
548 roundup_size = ilog2(roundup_size); in hns3_set_rss_tc_mode_entry()
564 tc_size[i] = roundup_size; in hns3_set_rss_tc_mode_entry()
569 tc_size[i] = tc_valid[i] ? roundup_size : 0; in hns3_set_rss_tc_mode_entry()