Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_rss.c298 hw->rss_ind_tbl_size * sizeof(uint16_t), 0); in hns3_rss_reset_indir_table()
304 ret = hns3_set_rss_indir_table(hw, lut, hw->rss_ind_tbl_size); in hns3_rss_reset_indir_table()
465 if (reta_size != hw->rss_ind_tbl_size) { in hns3_dev_rss_reta_update()
468 "(%u)", reta_size, hw->rss_ind_tbl_size); in hns3_dev_rss_reta_update()
491 hw->rss_ind_tbl_size); in hns3_dev_rss_reta_update()
519 if (reta_size != hw->rss_ind_tbl_size) { in hns3_dev_rss_reta_query()
522 "(%u)", reta_size, hw->rss_ind_tbl_size); in hns3_dev_rss_reta_query()
643 for (i = 0; i < hw->rss_ind_tbl_size; i++) in hns3_rss_set_default_args()
679 hw->rss_ind_tbl_size); in hns3_config_rss()
H A Dhns3_ethdev_vf.c694 hw->rss_ind_tbl_size = HNS3_RSS_IND_TBL_SIZE; in hns3vf_set_default_dev_specifications()
707 hw->rss_ind_tbl_size = rte_le_to_cpu_16(req0->rss_ind_tbl_size); in hns3vf_parse_dev_specifications()
715 if (hw->rss_ind_tbl_size == 0 || in hns3vf_check_dev_specifications()
716 hw->rss_ind_tbl_size > HNS3_RSS_IND_TBL_SIZE_MAX) { in hns3vf_check_dev_specifications()
718 " exceeds the maximum(%u)", hw->rss_ind_tbl_size, in hns3vf_check_dev_specifications()
H A Dhns3_ethdev.h529 uint16_t rss_ind_tbl_size; member
H A Dhns3_cmd.h978 uint16_t rss_ind_tbl_size; member
H A Dhns3_common.c130 info->reta_size = hw->rss_ind_tbl_size; in hns3_dev_infos_get()
H A Dhns3_ethdev.c2653 hw->rss_ind_tbl_size = HNS3_RSS_IND_TBL_SIZE; in hns3_set_default_dev_specifications()
2667 hw->rss_ind_tbl_size = rte_le_to_cpu_16(req0->rss_ind_tbl_size); in hns3_parse_dev_specifications()
2676 if (hw->rss_ind_tbl_size == 0 || in hns3_check_dev_specifications()
2677 hw->rss_ind_tbl_size > HNS3_RSS_IND_TBL_SIZE_MAX) { in hns3_check_dev_specifications()
2679 " exceeds the maximum(%u)", hw->rss_ind_tbl_size, in hns3_check_dev_specifications()
H A Dhns3_flow.c1533 for (i = 0, j = 0; i < hw->rss_ind_tbl_size; i++, j++) { in hns3_update_indir_table()
1544 return hns3_set_rss_indir_table(hw, indir_tbl, hw->rss_ind_tbl_size); in hns3_update_indir_table()
H A Dhns3_dcb.c659 for (i = 0; i < hw->rss_ind_tbl_size; i++) in hns3_set_rss_size()