Searched refs:dwrr (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_qos.c | 368 struct sparx5_dwrr *dwrr) in sparx5_dwrr_conf_set() argument 379 spx5_rmw(HSCH_SE_CFG_SE_DWRR_CNT_SET(dwrr->count), in sparx5_dwrr_conf_set() 383 for (i = 0; i < dwrr->count; i++) { in sparx5_dwrr_conf_set() 384 spx5_rmw(HSCH_DWRR_ENTRY_DWRR_COST_SET(dwrr->cost[i]), in sparx5_dwrr_conf_set() 545 struct sparx5_dwrr dwrr = {0}; in sparx5_tc_ets_add() local 562 dwrr.count++; in sparx5_tc_ets_add() 571 dwrr.cost[SPX5_PRIOS - i - 1] = in sparx5_tc_ets_add() 575 return sparx5_dwrr_conf_set(port, &dwrr); in sparx5_tc_ets_add() 580 struct sparx5_dwrr dwrr = {0}; in sparx5_tc_ets_del() local 582 return sparx5_dwrr_conf_set(port, &dwrr); in sparx5_tc_ets_del()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A 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() 1187 u8 dwrr; in hclge_tm_pri_tc_base_dwrr_cfg() local 1194 dwrr = pg_info->tc_dwrr[i]; in hclge_tm_pri_tc_base_dwrr_cfg() 1206 dwrr = i < kinfo->tc_info.num_tc ? vport[k].dwrr : 0; in hclge_tm_pri_tc_base_dwrr_cfg() 1209 dwrr); in hclge_tm_pri_tc_base_dwrr_cfg() [all …]
|
| H A D | hclge_tm.h | 75 u8 dwrr; member 80 u8 dwrr; member 97 u8 dwrr; member
|
| H A D | hclge_main.h | 1058 u8 dwrr; member
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A 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()
|
| H A D | spectrum.h | 678 bool dwrr, u8 dwrr_weight);
|
| H A D | spectrum.c | 1291 bool dwrr, u8 dwrr_weight) in mlxsw_sp_port_ets_set() argument 1299 mlxsw_reg_qeec_dwrr_set(qeec_pl, dwrr); in mlxsw_sp_port_ets_set()
|
| H A D | reg.h | 4213 MLXSW_ITEM32(reg, qeec, dwrr, 0x18, 15, 1);
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwmac.yaml | 338 snps,tx-sched-dwrr: 348 snps,tx-sched-dwrr: false 355 snps,tx-sched-dwrr: false 358 - snps,tx-sched-dwrr
|