Searched refs:dwrr (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_qos.c | 306 struct sparx5_dwrr *dwrr) in sparx5_dwrr_conf_set() argument 316 spx5_rmw(HSCH_SE_CFG_SE_DWRR_CNT_SET(dwrr->count), in sparx5_dwrr_conf_set() 320 for (i = 0; i < dwrr->count; i++) { in sparx5_dwrr_conf_set() 321 spx5_rmw(HSCH_DWRR_ENTRY_DWRR_COST_SET(dwrr->cost[i]), in sparx5_dwrr_conf_set() 475 struct sparx5_dwrr dwrr = {0}; in sparx5_tc_ets_add() local 492 dwrr.count++; in sparx5_tc_ets_add() 501 dwrr.cost[SPX5_PRIOS - i - 1] = in sparx5_tc_ets_add() 505 return sparx5_dwrr_conf_set(port, &dwrr); in sparx5_tc_ets_add() 510 struct sparx5_dwrr dwrr = {0}; in sparx5_tc_ets_del() local 512 return sparx5_dwrr_conf_set(port, &dwrr); in sparx5_tc_ets_del()
|
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_tm.c | 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() [all …]
|
D | hclge_tm.h | 72 u8 dwrr; member 77 u8 dwrr; member 94 u8 dwrr; member
|
D | hclge_main.h | 1030 u8 dwrr; member
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_dcb.c | 100 bool dwrr = ets->tc_tsa[i] == IEEE_8021QAZ_TSA_ETS; in __mlxsw_sp_dcbnl_ieee_setets() local 105 0, dwrr, weight); in __mlxsw_sp_dcbnl_ieee_setets() 138 bool dwrr = my_ets->tc_tsa[i] == IEEE_8021QAZ_TSA_ETS; in __mlxsw_sp_dcbnl_ieee_setets() local 143 0, dwrr, weight); in __mlxsw_sp_dcbnl_ieee_setets()
|
D | spectrum.h | 678 bool dwrr, u8 dwrr_weight);
|
D | spectrum.c | 1402 bool dwrr, u8 dwrr_weight) in mlxsw_sp_port_ets_set() argument 1410 mlxsw_reg_qeec_dwrr_set(qeec_pl, dwrr); in mlxsw_sp_port_ets_set()
|
D | reg.h | 4045 MLXSW_ITEM32(reg, qeec, dwrr, 0x18, 15, 1);
|