Home
last modified time | relevance | path

Searched full:idle_slope (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dsa8540p-ride.dts241 snps,idle_slope = <0x1000>;
249 snps,idle_slope = <0x1000>;
318 snps,idle_slope = <0x1000>;
326 snps,idle_slope = <0x1000>;
Dsa8775p-ride.dtsi326 snps,idle_slope = <0x1000>;
334 snps,idle_slope = <0x1000>;
395 snps,idle_slope = <0x1000>;
403 snps,idle_slope = <0x1000>;
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c258 if (of_property_read_u32(q_node, "snps,idle_slope", in stmmac_mtl_setup()
259 &plat->tx_queues_cfg[queue].idle_slope)) in stmmac_mtl_setup()
260 plat->tx_queues_cfg[queue].idle_slope = 0x0; in stmmac_mtl_setup()
Ddwmac4_core.c267 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument
276 pr_debug("\tidle_slope: 0x%08x\n", idle_slope); in dwmac4_config_cbs()
295 dwmac4_set_mtl_tx_queue_weight(priv, hw, idle_slope, queue); in dwmac4_config_cbs()
Dstmmac_tc.c394 priv->plat->tx_queues_cfg[queue].idle_slope = value & GENMASK(31, 0); in tc_setup_cbs()
407 priv->plat->tx_queues_cfg[queue].idle_slope, in tc_setup_cbs()
Ddwxgmac2_core.c272 u32 send_slope, u32 idle_slope, in dwxgmac2_config_cbs() argument
279 writel(idle_slope, ioaddr + XGMAC_MTL_TCx_QUANTUM_WEIGHT(queue)); in dwxgmac2_config_cbs()
Dhwif.h340 u32 send_slope, u32 idle_slope, u32 high_credit,
Dstmmac_main.c3212 priv->plat->tx_queues_cfg[queue].idle_slope, in stmmac_configure_cbs()
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml375 snps,idle_slope:
689 snps,idle_slope = <0x1000>;
/linux-6.12.1/include/linux/
Dstmmac.h133 u32 idle_slope; member
/linux-6.12.1/drivers/net/dsa/sja1105/
Dsja1105_static_config.h360 u64 idle_slope; member
Dsja1105_dynamic_config.c799 sja1105_packing(p + 0, &entry->idle_slope, 31, 0, size, op); in sja1105et_cbs_entry_packing()
838 sja1105_packing(buf, &entry->idle_slope, 57, 26, size, op); in sja1105pqrs_cbs_entry_packing()
853 sja1105_packing(buf, &entry->idle_slope, 55, 24, size, op); in sja1110_cbs_entry_packing()
Dsja1105_main.c2178 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper()
2237 cbs->idle_slope = div_s64(offload->idleslope * BYTES_PER_KBIT, in sja1105_setup_tc_cbs()
2265 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst645 u32 idle_slope;
/linux-6.12.1/drivers/net/ethernet/freescale/
Dfec.h332 #define IDLE_SLOPE(X) (((X) == 1) ? \ macro
Dfec_main.c1062 writel(DMA_CLASS_EN | IDLE_SLOPE(i), in fec_enet_enable_ring()
/linux-6.12.1/drivers/net/dsa/microchip/
Dksz_common.c3626 static int cinc_cal(s32 idle_slope, s32 send_slope, u32 *bw) in cinc_cal() argument
3634 txrate = idle_slope - send_slope; in cinc_cal()
3639 rate = idle_slope; in cinc_cal()