Lines Matching refs:dwrr
378 u8 dwrr) in hclge_tm_pg_weight_cfg() argument
388 weight->dwrr = dwrr; in hclge_tm_pg_weight_cfg()
394 u8 dwrr) in hclge_tm_pri_weight_cfg() argument
404 weight->dwrr = dwrr; in hclge_tm_pri_weight_cfg()
410 u8 dwrr) in hclge_tm_qs_weight_cfg() argument
420 weight->dwrr = dwrr; in hclge_tm_qs_weight_cfg()
723 vport->dwrr = 100; /* 100 percent as init */ in hclge_tm_vport_tc_info_update()
1186 u8 dwrr; in hclge_tm_pri_tc_base_dwrr_cfg() local
1193 dwrr = pg_info->tc_dwrr[i]; in hclge_tm_pri_tc_base_dwrr_cfg()
1195 ret = hclge_tm_pri_weight_cfg(hdev, i, dwrr); in hclge_tm_pri_tc_base_dwrr_cfg()
1205 dwrr = i < kinfo->tc_info.num_tc ? vport[k].dwrr : 0; in hclge_tm_pri_tc_base_dwrr_cfg()
1208 dwrr); in hclge_tm_pri_tc_base_dwrr_cfg()
1248 ret = hclge_tm_pri_weight_cfg(hdev, vport->vport_id, vport->dwrr); in hclge_tm_pri_vnet_base_dwrr_pri_cfg()
1825 *weight = qs_weight->dwrr; in hclge_tm_get_qset_weight()
1895 *weight = priority_weight->dwrr; in hclge_tm_get_pri_weight()
2031 *weight = pg_weight_cmd->dwrr; in hclge_tm_get_pg_weight()