Home
last modified time | relevance | path

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

/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts239 snps,idle_slope = <0x1000>;
247 snps,idle_slope = <0x1000>;
314 snps,idle_slope = <0x1000>;
322 snps,idle_slope = <0x1000>;
H A Dqcs8300-ride.dts284 snps,idle_slope = <0x1000>;
292 snps,idle_slope = <0x1000>;
H A Dmonaco-evk.dts289 snps,idle_slope = <0x1000>;
297 snps,idle_slope = <0x1000>;
H A Dlemans-evk.dts430 snps,idle_slope = <0x1000>;
438 snps,idle_slope = <0x1000>;
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h360 u64 idle_slope; member
H A 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()
H A Dsja1105_main.c2165 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper()
2224 cbs->idle_slope = div_s64(offload->idleslope * BYTES_PER_KBIT, in sja1105_setup_tc_cbs()
2252 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A 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()
H A Dstmmac_main.c3388 priv->plat->tx_queues_cfg[queue].idle_slope, in stmmac_configure_cbs()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst645 u32 idle_slope;
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c4125 static int cinc_cal(s32 idle_slope, s32 send_slope, u32 *bw) in cinc_cal() argument
4133 txrate = idle_slope - send_slope; in cinc_cal()
4138 rate = idle_slope; in cinc_cal()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c1101 writel(DMA_CLASS_EN | IDLE_SLOPE(i), in fec_enet_enable_ring()