Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c614 rate = hw->dcb_info.tc_info[i].bw_limit; in hns3_dcb_pri_shaper_cfg()
791 memset(hw->dcb_info.tc_info, 0, in hns3_dcb_info_init()
794 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_init()
795 hw->dcb_info.tc_info[i].tc_sch_mode = HNS3_SCH_MODE_DWRR; in hns3_dcb_info_init()
796 hw->dcb_info.tc_info[i].pgid = 0; in hns3_dcb_info_init()
797 hw->dcb_info.tc_info[i].bw_limit = in hns3_dcb_info_init()
1446 memset(hw->dcb_info.tc_info, 0, in hns3_dcb_info_cfg()
1449 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_cfg()
1450 hw->dcb_info.tc_info[i].tc_sch_mode = HNS3_SCH_MODE_DWRR; in hns3_dcb_info_cfg()
1451 hw->dcb_info.tc_info[i].pgid = 0; in hns3_dcb_info_cfg()
[all …]
H A Dhns3_ethdev.h138 struct hns3_tc_info tc_info[HNS3_MAX_TC_NUM]; member
H A Dhns3_tm.c943 firmware_rate = hw->dcb_info.tc_info[tc_no].bw_limit; in hns3_tm_config_tc_rate()