Lines Matching refs:para
1709 struct hclge_tm_shaper_para *para) in hclge_tm_get_qset_shaper() argument
1728 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_qset_shaper()
1729 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper()
1730 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
1731 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_qset_shaper()
1732 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_qset_shaper()
1733 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_qset_shaper()
1734 para->rate = le32_to_cpu(shap_cfg_cmd->qs_rate); in hclge_tm_get_qset_shaper()
1780 struct hclge_tm_shaper_para *para) in hclge_tm_get_pri_shaper() argument
1803 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pri_shaper()
1804 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper()
1805 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pri_shaper()
1806 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pri_shaper()
1807 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pri_shaper()
1808 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pri_shaper()
1809 para->rate = le32_to_cpu(shap_cfg_cmd->pri_rate); in hclge_tm_get_pri_shaper()
1934 struct hclge_tm_shaper_para *para) in hclge_tm_get_pg_shaper() argument
1957 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pg_shaper()
1958 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pg_shaper()
1959 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pg_shaper()
1960 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pg_shaper()
1961 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pg_shaper()
1962 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pg_shaper()
1963 para->rate = le32_to_cpu(shap_cfg_cmd->pg_rate); in hclge_tm_get_pg_shaper()
1968 struct hclge_tm_shaper_para *para) in hclge_tm_get_port_shaper() argument
1985 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_port_shaper()
1986 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_port_shaper()
1987 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_port_shaper()
1988 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_port_shaper()
1989 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_port_shaper()
1990 para->flag = port_shap_cfg_cmd->flag; in hclge_tm_get_port_shaper()
1991 para->rate = le32_to_cpu(port_shap_cfg_cmd->port_rate); in hclge_tm_get_port_shaper()