Home
last modified time | relevance | path

Searched full:low_credit (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml199 * snps,low_credit, max read outstanding req. limit
407 snps,low_credit = <0xFFC18000>;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c266 if (of_property_read_u32(q_node, "snps,low_credit", in stmmac_mtl_setup()
267 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup()
268 plat->tx_queues_cfg[queue].low_credit = 0x0; in stmmac_mtl_setup()
H A Ddwmac4_core.c234 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument
243 pr_debug("\tlow_credit: 0x%08x\n", low_credit); in dwmac4_config_cbs()
269 value |= low_credit & MTL_HIGH_CRED_LC_MASK; in dwmac4_config_cbs()
H A Dstmmac_tc.c378 priv->plat->tx_queues_cfg[queue].low_credit = value & GENMASK(31, 0); in tc_setup_cbs()
384 priv->plat->tx_queues_cfg[queue].low_credit, in tc_setup_cbs()
H A Ddwxgmac2_core.c217 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument
225 writel(low_credit, ioaddr + XGMAC_MTL_TCx_LOCREDIT(queue)); in dwxgmac2_config_cbs()
H A Dhwif.h317 u32 idle_slope, u32 high_credit, u32 low_credit,
H A Dstmmac_uio.c467 priv->plat->tx_queues_cfg[queue].low_credit, in uio_configure_cbs()
H A Dstmmac_main.c2542 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h141 u32 low_credit; member
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst647 u32 low_credit;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff550 + priv->plat->tx_queues_cfg[queue].low_credit,
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff721 + priv->plat->tx_queues_cfg[queue].low_credit,