Home
last modified time | relevance | path

Searched refs:send_slope (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm64/boot/dts/qcom/
H A Dsa8540p-ride.dts238 snps,send_slope = <0x1000>;
246 snps,send_slope = <0x1000>;
313 snps,send_slope = <0x1000>;
321 snps,send_slope = <0x1000>;
H A Dqcs8300-ride.dts283 snps,send_slope = <0x1000>;
291 snps,send_slope = <0x1000>;
H A Dmonaco-evk.dts288 snps,send_slope = <0x1000>;
296 snps,send_slope = <0x1000>;
H A Dlemans-evk.dts429 snps,send_slope = <0x1000>;
437 snps,send_slope = <0x1000>;
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c798 sja1105_packing(p + 1, &entry->send_slope, 31, 0, size, op); in sja1105et_cbs_entry_packing()
837 sja1105_packing(buf, &entry->send_slope, 89, 58, size, op); in sja1105pqrs_cbs_entry_packing()
852 sja1105_packing(buf, &entry->send_slope, 87, 56, size, op); in sja1110_cbs_entry_packing()
H A Dsja1105_static_config.h359 u64 send_slope; member
H A Dsja1105_main.c2165 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper()
2226 cbs->send_slope = div_s64(abs(offload->sendslope * BYTES_PER_KBIT), in sja1105_setup_tc_cbs()
2233 cbs->send_slope &= GENMASK_ULL(31, 0); 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.c397 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs()
406 priv->plat->tx_queues_cfg[queue].send_slope, in tc_setup_cbs()
H A Dstmmac_main.c3387 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst644 u32 send_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()