Lines Matching refs:para

1830 			     struct hclge_tm_shaper_para *para)  in hclge_tm_get_qset_shaper()  argument
1849 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_qset_shaper()
1850 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_qset_shaper()
1851 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_qset_shaper()
1852 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_qset_shaper()
1853 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_qset_shaper()
1854 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_qset_shaper()
1855 para->rate = le32_to_cpu(shap_cfg_cmd->qs_rate); in hclge_tm_get_qset_shaper()
1901 struct hclge_tm_shaper_para *para) in hclge_tm_get_pri_shaper() argument
1924 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pri_shaper()
1925 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pri_shaper()
1926 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pri_shaper()
1927 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pri_shaper()
1928 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pri_shaper()
1929 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pri_shaper()
1930 para->rate = le32_to_cpu(shap_cfg_cmd->pri_rate); in hclge_tm_get_pri_shaper()
2055 struct hclge_tm_shaper_para *para) in hclge_tm_get_pg_shaper() argument
2078 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_pg_shaper()
2079 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_pg_shaper()
2080 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_pg_shaper()
2081 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_pg_shaper()
2082 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_pg_shaper()
2083 para->flag = shap_cfg_cmd->flag; in hclge_tm_get_pg_shaper()
2084 para->rate = le32_to_cpu(shap_cfg_cmd->pg_rate); in hclge_tm_get_pg_shaper()
2089 struct hclge_tm_shaper_para *para) in hclge_tm_get_port_shaper() argument
2106 para->ir_b = hclge_tm_get_field(shapping_para, IR_B); in hclge_tm_get_port_shaper()
2107 para->ir_u = hclge_tm_get_field(shapping_para, IR_U); in hclge_tm_get_port_shaper()
2108 para->ir_s = hclge_tm_get_field(shapping_para, IR_S); in hclge_tm_get_port_shaper()
2109 para->bs_b = hclge_tm_get_field(shapping_para, BS_B); in hclge_tm_get_port_shaper()
2110 para->bs_s = hclge_tm_get_field(shapping_para, BS_S); in hclge_tm_get_port_shaper()
2111 para->flag = port_shap_cfg_cmd->flag; in hclge_tm_get_port_shaper()
2112 para->rate = le32_to_cpu(port_shap_cfg_cmd->port_rate); in hclge_tm_get_port_shaper()