Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c543 rate = hw->dcb_info.tc_info[i].bw_limit; in hns3_dcb_pri_tc_base_shaper_cfg()
747 memset(hw->dcb_info.tc_info, 0, in hns3_dcb_info_init()
750 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_init()
751 hw->dcb_info.tc_info[i].tc_sch_mode = HNS3_SCH_MODE_DWRR; in hns3_dcb_info_init()
752 hw->dcb_info.tc_info[i].pgid = 0; in hns3_dcb_info_init()
753 hw->dcb_info.tc_info[i].bw_limit = in hns3_dcb_info_init()
1422 memset(hw->dcb_info.tc_info, 0, in hns3_dcb_info_cfg()
1425 hw->dcb_info.tc_info[i].tc_id = i; in hns3_dcb_info_cfg()
1426 hw->dcb_info.tc_info[i].tc_sch_mode = HNS3_SCH_MODE_DWRR; in hns3_dcb_info_cfg()
1427 hw->dcb_info.tc_info[i].pgid = 0; in hns3_dcb_info_cfg()
[all …]
H A Dhns3_ethdev.h128 struct hns3_tc_info tc_info[HNS3_MAX_TC_NUM]; member