Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml198 * snps,high_credit, max write outstanding req. limit
406 snps,high_credit = <0x3E800>;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c263 if (of_property_read_u32(q_node, "snps,high_credit", in stmmac_mtl_setup()
264 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup()
265 plat->tx_queues_cfg[queue].high_credit = 0x0; in stmmac_mtl_setup()
H A Ddwmac4_core.c234 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument
242 pr_debug("\thigh_credit: 0x%08x\n", high_credit); in dwmac4_config_cbs()
263 value |= high_credit & MTL_HIGH_CRED_HC_MASK; in dwmac4_config_cbs()
H A Dstmmac_tc.c375 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs()
383 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
H A Ddwxgmac2_core.c217 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument
224 writel(high_credit, ioaddr + XGMAC_MTL_TCx_HICREDIT(queue)); in dwxgmac2_config_cbs()
H A Dhwif.h317 u32 idle_slope, u32 high_credit, u32 low_credit,
H A Dstmmac_uio.c466 priv->plat->tx_queues_cfg[queue].high_credit, in uio_configure_cbs()
H A Dstmmac_main.c2541 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h140 u32 high_credit; member
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst646 u32 high_credit;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff549 + priv->plat->tx_queues_cfg[queue].high_credit,
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff720 + priv->plat->tx_queues_cfg[queue].high_credit,