Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_tm.c367 struct hclge_pg_shapping_cmd *shap_cfg_cmd; in hclge_tm_pg_shapping_cfg() local
376 shap_cfg_cmd = (struct hclge_pg_shapping_cmd *)desc.data; in hclge_tm_pg_shapping_cfg()
378 shap_cfg_cmd->pg_id = pg_id; in hclge_tm_pg_shapping_cfg()
386 shap_cfg_cmd->pg_shapping_para = cpu_to_le32(shapping_para); in hclge_tm_pg_shapping_cfg()
393 struct hclge_port_shapping_cmd *shap_cfg_cmd; in hclge_tm_port_shaper_cfg() local
406 shap_cfg_cmd = (struct hclge_port_shapping_cmd *)desc.data; in hclge_tm_port_shaper_cfg()
414 shap_cfg_cmd->port_shapping_para = cpu_to_le32(shapping_para); in hclge_tm_port_shaper_cfg()
424 struct hclge_pri_shapping_cmd *shap_cfg_cmd; in hclge_tm_pri_shapping_cfg() local
434 shap_cfg_cmd = (struct hclge_pri_shapping_cmd *)desc.data; in hclge_tm_pri_shapping_cfg()
436 shap_cfg_cmd->pri_id = pri_id; in hclge_tm_pri_shapping_cfg()
[all …]