Searched refs:send_slope (Results 1 – 14 of 14) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8540p-ride.dts | 240 snps,send_slope = <0x1000>; 248 snps,send_slope = <0x1000>; 317 snps,send_slope = <0x1000>; 325 snps,send_slope = <0x1000>;
|
H A D | sa8775p-ride.dtsi | 325 snps,send_slope = <0x1000>; 333 snps,send_slope = <0x1000>; 394 snps,send_slope = <0x1000>; 402 snps,send_slope = <0x1000>;
|
/linux/include/linux/ |
H A D | stmmac.h | 132 u32 send_slope; member
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 256 &plat->tx_queues_cfg[queue].send_slope)) in stmmac_mtl_setup() 257 plat->tx_queues_cfg[queue].send_slope = 0x0; in stmmac_mtl_setup()
|
H A D | dwmac4_core.c | 267 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument 275 pr_debug("\tsend_slope: 0x%08x\n", send_slope); in dwmac4_config_cbs() 290 value |= send_slope & MTL_SEND_SLP_CRED_SSC_MASK; in dwmac4_config_cbs()
|
H A D | stmmac_tc.c | 397 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 D | dwxgmac2_core.c | 272 u32 send_slope, u32 idle_slope, in dwxgmac2_config_cbs() argument 278 writel(send_slope, ioaddr + XGMAC_MTL_TCx_SENDSLOPE(queue)); in dwxgmac2_config_cbs()
|
H A D | hwif.h | 340 u32 send_slope, u32 idle_slope, u32 high_credit,
|
H A D | stmmac_main.c | 3211 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
|
/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 798 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 D | sja1105_static_config.h | 359 u64 send_slope; member
|
H A D | sja1105_main.c | 2178 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper() 2239 cbs->send_slope = div_s64(abs(offload->sendslope * BYTES_PER_KBIT), in sja1105_setup_tc_cbs() 2246 cbs->send_slope &= GENMASK_ULL(31, 0); in sja1105_setup_tc_cbs() 2265 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
|
/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 644 u32 send_slope;
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 3626 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()
|