Searched full:idle_slope (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 188 * snps,idle_slope, unlock on WoL 391 snps,idle_slope = <0x1000>;
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 259 if (of_property_read_u32(q_node, "snps,idle_slope", in stmmac_mtl_setup() 260 &plat->tx_queues_cfg[queue].idle_slope)) in stmmac_mtl_setup() 261 plat->tx_queues_cfg[queue].idle_slope = 0x0; in stmmac_mtl_setup()
|
D | stmmac_tc.c | 342 priv->plat->tx_queues_cfg[queue].idle_slope = value & GENMASK(31, 0); in tc_setup_cbs() 355 priv->plat->tx_queues_cfg[queue].idle_slope, in tc_setup_cbs()
|
D | dwmac4_core.c | 230 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument 238 pr_debug("\tidle_slope: 0x%08x\n", idle_slope); in dwmac4_config_cbs() 255 dwmac4_set_mtl_tx_queue_weight(hw, idle_slope, queue); in dwmac4_config_cbs()
|
D | dwxgmac2_core.c | 216 u32 send_slope, u32 idle_slope, in dwxgmac2_config_cbs() argument 223 writel(idle_slope, ioaddr + XGMAC_MTL_TCx_QUANTUM_WEIGHT(queue)); in dwxgmac2_config_cbs()
|
D | hwif.h | 316 u32 idle_slope, u32 high_credit, u32 low_credit,
|
D | stmmac_main.c | 2455 priv->plat->tx_queues_cfg[queue].idle_slope, in stmmac_configure_cbs()
|
/Linux-v5.10/include/linux/ |
D | stmmac.h | 138 u32 idle_slope; member
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.h | 304 u64 idle_slope; member
|
D | sja1105_dynamic_config.c | 604 sja1105_packing(p + 0, &entry->idle_slope, 31, 0, size, op); in sja1105et_cbs_entry_packing() 631 sja1105_packing(buf, &entry->idle_slope, 57, 26, 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() 1697 cbs->idle_slope = offload->idleslope * BYTES_PER_KBIT; 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 | 645 u32 idle_slope;
|
/Linux-v5.10/drivers/net/ethernet/freescale/ |
D | fec.h | 323 #define IDLE_SLOPE(X) (((X) == 1) ? \ macro
|
D | fec_main.c | 915 writel(DMA_CLASS_EN | IDLE_SLOPE(i), in fec_enet_enable_ring()
|