Searched refs:high_credit (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 330 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs() 338 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
|
D | dwmac4_core.c | 234 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()
|
D | stmmac_platform.c | 269 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup() 270 plat->tx_queues_cfg[queue].high_credit = 0x0; in stmmac_mtl_setup()
|
D | hwif.h | 280 u32 idle_slope, u32 high_credit, u32 low_credit,
|
D | stmmac_main.c | 2330 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
|
/Linux-v4.19/include/linux/ |
D | stmmac.h | 142 u32 high_credit; member
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | stmmac.txt | 113 - snps,high_credit: max write outstanding req. limit 147 snps,high_credit = <0x3E800>;
|