Home
last modified time | relevance | path

Searched full:send_slope (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml196 * snps,send_slope, enable Low Power Interface
404 snps,send_slope = <0x1000>;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c257 if (of_property_read_u32(q_node, "snps,send_slope", in stmmac_mtl_setup()
258 &plat->tx_queues_cfg[queue].send_slope)) in stmmac_mtl_setup()
259 plat->tx_queues_cfg[queue].send_slope = 0x0; in stmmac_mtl_setup()
H A Ddwmac4_core.c233 u32 send_slope, u32 idle_slope, in dwmac4_config_cbs() argument
240 pr_debug("\tsend_slope: 0x%08x\n", send_slope); in dwmac4_config_cbs()
254 value |= send_slope & MTL_SEND_SLP_CRED_SSC_MASK; in dwmac4_config_cbs()
H A Dstmmac_tc.c372 priv->plat->tx_queues_cfg[queue].send_slope = value & GENMASK(31, 0); in tc_setup_cbs()
381 priv->plat->tx_queues_cfg[queue].send_slope, in tc_setup_cbs()
H 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()
H A Dhwif.h316 void (*config_cbs)(struct mac_device_info *hw, u32 send_slope,
H A Dstmmac_uio.c464 priv->plat->tx_queues_cfg[queue].send_slope, in uio_configure_cbs()
H A Dstmmac_main.c2539 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h138 u32 send_slope; member
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h303 u64 send_slope; member
H A Dsja1105_dynamic_config.c618 sja1105_packing(p + 1, &entry->send_slope, 31, 0, size, op); in sja1105et_cbs_entry_packing()
645 sja1105_packing(buf, &entry->send_slope, 89, 58, size, op); in sja1105pqrs_cbs_entry_packing()
H A Dsja1105_main.c1699 if (!priv->cbs[i].idle_slope && !priv->cbs[i].send_slope) in sja1105_find_unused_cbs_shaper()
1747 cbs->send_slope = abs(offload->sendslope * BYTES_PER_KBIT); in sja1105_setup_tc_cbs()
1753 cbs->send_slope &= GENMASK_ULL(31, 0); in sja1105_setup_tc_cbs()
1772 if (!cbs->idle_slope && !cbs->send_slope) in sja1105_reload_cbs()
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst644 u32 send_slope;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff547 + priv->plat->tx_queues_cfg[queue].send_slope,
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff718 + priv->plat->tx_queues_cfg[queue].send_slope,