Home
last modified time | relevance | path

Searched refs:low_credit (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dstmmac.h141 u32 low_credit; member
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c267 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup()
268 plat->tx_queues_cfg[queue].low_credit = 0x0; in stmmac_mtl_setup()
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()
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()
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()
Dhwif.h317 u32 idle_slope, u32 high_credit, u32 low_credit,
Dstmmac_main.c2529 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst647 u32 low_credit;