Searched full:send_slope (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 187 * snps,send_slope, enable Low Power Interface 390 snps,send_slope = <0x1000>;
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 256 if (of_property_read_u32(q_node, "snps,send_slope", in stmmac_mtl_setup() 257 &plat->tx_queues_cfg[queue].send_slope)) in stmmac_mtl_setup() 258 plat->tx_queues_cfg[queue].send_slope = 0x0; in stmmac_mtl_setup()
|
D | stmmac_tc.c | 345 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs() 354 priv->plat->tx_queues_cfg[queue].send_slope, in tc_setup_cbs()
|
D | dwmac4_core.c | 230 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument 237 pr_debug("\tsend_slope: 0x%08x\n", send_slope); in dwmac4_config_cbs() 251 value |= send_slope & MTL_SEND_SLP_CRED_SSC_MASK; in dwmac4_config_cbs()
|
D | dwxgmac2_core.c | 216 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()
|
D | hwif.h | 315 void (*config_cbs)(struct mac_device_info *hw, u32 send_slope,
|
D | stmmac_main.c | 2454 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
|
/Linux-v5.10/include/linux/ |
D | stmmac.h | 137 u32 send_slope; member
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.h | 303 u64 send_slope; member
|
D | sja1105_dynamic_config.c | 603 sja1105_packing(p + 1, &entry->send_slope, 31, 0, size, op); in sja1105et_cbs_entry_packing() 630 sja1105_packing(buf, &entry->send_slope, 89, 58, size, op); in sja1105pqrs_cbs_entry_packing()
|
D | sja1105_main.c | 1650 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper() 1698 cbs->send_slope = abs(offload->sendslope * BYTES_PER_KBIT); in sja1105_setup_tc_cbs() 1704 cbs->send_slope &= GENMASK_ULL(31, 0); in sja1105_setup_tc_cbs() 1717 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 644 u32 send_slope;
|