Searched full:send_slope (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwmac.yaml | 196 * snps,send_slope, enable Low Power Interface 404 snps,send_slope = <0x1000>;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_platform.c | 257 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 D | dwmac4_core.c | 233 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 D | stmmac_tc.c | 372 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 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()
|
| H A D | hwif.h | 316 void (*config_cbs)(struct mac_device_info *hw, u32 send_slope,
|
| H A D | stmmac_uio.c | 464 priv->plat->tx_queues_cfg[queue].send_slope, in uio_configure_cbs()
|
| H A D | stmmac_main.c | 2539 priv->plat->tx_queues_cfg[queue].send_slope, in stmmac_configure_cbs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stmmac.h | 138 u32 send_slope; member
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.h | 303 u64 send_slope; member
|
| H A D | sja1105_dynamic_config.c | 618 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 D | sja1105_main.c | 1699 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 D | stmmac.rst | 644 u32 send_slope;
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 547 + priv->plat->tx_queues_cfg[queue].send_slope,
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 718 + priv->plat->tx_queues_cfg[queue].send_slope,
|