Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c477 if (reta_conf[idx].reta[shift] >= hw->alloc_rss_size) { in hns3_dev_rss_reta_update()
482 hw->alloc_rss_size); in hns3_dev_rss_reta_update()
543 uint16_t rss_size = hw->alloc_rss_size; in hns3_set_rss_tc_mode_entry()
633 uint16_t queue_num = hw->alloc_rss_size; in hns3_rss_set_default_args()
H A Dhns3_ethdev.h544 uint16_t alloc_rss_size; /* RX queue number per TC */ member
H A Dhns3_flow.c1398 if (rss->queue[n] < hw->alloc_rss_size) in hns3_parse_rss_filter()
1535 if (conf->queue[j] >= hw->alloc_rss_size) { in hns3_update_indir_table()
1538 conf->queue[j], hw->alloc_rss_size); in hns3_update_indir_table()
H A Dhns3_dcb.c648 hw->alloc_rss_size = rx_qnum_per_tc; in hns3_set_rss_size()
661 i % hw->alloc_rss_size; in hns3_set_rss_size()
H A Dhns3_ethdev_dump.c215 hw->rss_size_max, hw->alloc_rss_size, hw->tx_qnum_per_tc, in get_device_basic_info()
H A Dhns3_ethdev.c2854 hw->alloc_rss_size = RTE_MIN(hw->rss_size_max, in hns3_get_board_configuration()
5522 dcb_info->tc_queue.tc_rxq[0][i].base = hw->alloc_rss_size * i; in hns3_get_dcb_info()
5525 dcb_info->tc_queue.tc_rxq[0][i].nb_queue = hw->alloc_rss_size; in hns3_get_dcb_info()