Searched refs:low_credit (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 333 priv->plat->tx_queues_cfg[queue].low_credit = value & GENMASK(31, 0); in tc_setup_cbs() 339 priv->plat->tx_queues_cfg[queue].low_credit, in tc_setup_cbs()
|
D | dwmac4_core.c | 234 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()
|
D | stmmac_platform.c | 272 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup() 273 plat->tx_queues_cfg[queue].low_credit = 0x0; in stmmac_mtl_setup()
|
D | hwif.h | 280 u32 idle_slope, u32 high_credit, u32 low_credit,
|
D | stmmac_main.c | 2331 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
|
/Linux-v4.19/include/linux/ |
D | stmmac.h | 143 u32 low_credit; member
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 114 - snps,low_credit: max read outstanding req. limit 148 snps,low_credit = <0xFFC18000>;
|