Home
last modified time | relevance | path

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

/linux/include/linux/
A Dstmmac.h142 u32 send_slope; member
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_platform.c256 &plat->tx_queues_cfg[queue].send_slope)) in stmmac_mtl_setup()
257 plat->tx_queues_cfg[queue].send_slope = 0x0; in stmmac_mtl_setup()
A Ddwmac4_core.c234 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument
241 pr_debug("\tsend_slope: 0x%08x\n", send_slope); in dwmac4_config_cbs()
255 value |= send_slope & MTL_SEND_SLP_CRED_SSC_MASK; in dwmac4_config_cbs()
A Dstmmac_tc.c403 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs()
412 priv->plat->tx_queues_cfg[queue].send_slope, in tc_setup_cbs()
A Ddwxgmac2_core.c216 u32 send_slope, u32 idle_slope, in dwxgmac2_config_cbs() argument
222 writel(send_slope, ioaddr + XGMAC_MTL_TCx_SENDSLOPE(queue)); in dwxgmac2_config_cbs()
A Dhwif.h315 void (*config_cbs)(struct mac_device_info *hw, u32 send_slope,
A Dstmmac_main.c3061 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
/linux/drivers/net/dsa/sja1105/
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()
A Dsja1105_static_config.h359 u64 send_slope; member
A Dsja1105_main.c2094 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper()
2142 cbs->send_slope = abs(offload->sendslope * BYTES_PER_KBIT); in sja1105_setup_tc_cbs()
2148 cbs->send_slope &= GENMASK_ULL(31, 0); in sja1105_setup_tc_cbs()
2167 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
/linux/Documentation/devicetree/bindings/net/
A Dsnps,dwmac.yaml208 * snps,send_slope, enable Low Power Interface
426 snps,send_slope = <0x1000>;
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
A Dstmmac.rst644 u32 send_slope;

Completed in 55 milliseconds