Home
last modified time | relevance | path

Searched refs:high_credit (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dstmmac.h124 u32 high_credit; member
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_core.c231 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument
239 pr_debug("\thigh_credit: 0x%08x\n", high_credit); in dwmac4_config_cbs()
260 value |= high_credit & MTL_HIGH_CRED_HC_MASK; in dwmac4_config_cbs()
Dstmmac_platform.c262 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup()
263 plat->tx_queues_cfg[queue].high_credit = 0x0; in stmmac_mtl_setup()
Dstmmac_tc.c350 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs()
358 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
Ddwxgmac2_core.c216 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument
223 writel(high_credit, ioaddr + XGMAC_MTL_TCx_HICREDIT(queue)); in dwxgmac2_config_cbs()
Dhwif.h306 u32 idle_slope, u32 high_credit, u32 low_credit,
Dstmmac_main.c2364 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()