Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_dcb.h43 uint8_t pg_id; member
113 uint8_t pg_id; member
162 uint8_t pg_id; member
H A Dhns3_dcb.c176 map->pg_id = pg_id; in hns3_pg_to_pri_map_cfg()
292 weight->pg_id = pg_id; in hns3_dcb_pg_weight_cfg()
298 hns3_dcb_pg_schd_mode_cfg(struct hns3_hw *hw, uint8_t pg_id) in hns3_dcb_pg_schd_mode_cfg() argument
304 if (hw->dcb_info.pg_info[pg_id].pg_sch_mode == HNS3_SCH_MODE_DWRR) in hns3_dcb_pg_schd_mode_cfg()
309 desc.data[0] = rte_cpu_to_le_32(pg_id); in hns3_dcb_pg_schd_mode_cfg()
389 uint8_t pg_id, uint32_t shapping_para, uint32_t rate) in hns3_dcb_pg_shapping_cfg() argument
401 shap_cfg_cmd->pg_id = pg_id; in hns3_dcb_pg_shapping_cfg()
439 ret = hns3_dcb_pg_shapping_cfg(hw, HNS3_DCB_SHAP_C_BUCKET, pg_id, in hns3_pg_shaper_rate_cfg()
454 ret = hns3_dcb_pg_shapping_cfg(hw, HNS3_DCB_SHAP_P_BUCKET, pg_id, in hns3_pg_shaper_rate_cfg()
774 hw->dcb_info.pg_info[i].pg_id = i; in hns3_dcb_info_init()
[all …]
H A Dhns3_ethdev.h117 uint8_t pg_id; member