Lines Matching refs:para
1835 struct hclge_tm_shaper_para *para) in hclge_tm_get_qset_shaper() argument
1854 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_qset_shaper()
1855 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper()
1856 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
1857 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_qset_shaper()
1858 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_qset_shaper()
1859 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_qset_shaper()
1860 para->rate = le32_to_cpu(shap_cfg_cmd->qs_rate); in hclge_tm_get_qset_shaper()
1906 struct hclge_tm_shaper_para *para) in hclge_tm_get_pri_shaper() argument
1929 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pri_shaper()
1930 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper()
1931 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pri_shaper()
1932 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pri_shaper()
1933 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pri_shaper()
1934 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pri_shaper()
1935 para->rate = le32_to_cpu(shap_cfg_cmd->pri_rate); in hclge_tm_get_pri_shaper()
2060 struct hclge_tm_shaper_para *para) in hclge_tm_get_pg_shaper() argument
2083 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pg_shaper()
2084 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pg_shaper()
2085 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pg_shaper()
2086 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pg_shaper()
2087 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pg_shaper()
2088 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pg_shaper()
2089 para->rate = le32_to_cpu(shap_cfg_cmd->pg_rate); in hclge_tm_get_pg_shaper()
2094 struct hclge_tm_shaper_para *para) in hclge_tm_get_port_shaper() argument
2111 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_port_shaper()
2112 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_port_shaper()
2113 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_port_shaper()
2114 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_port_shaper()
2115 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_port_shaper()
2116 para->flag = port_shap_cfg_cmd->flag; in hclge_tm_get_port_shaper()
2117 para->rate = le32_to_cpu(port_shap_cfg_cmd->port_rate); in hclge_tm_get_port_shaper()