Searched full:high_credit (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | snps,dwmac.yaml | 189 * snps,high_credit, max write outstanding req. limit 392 snps,high_credit = <0x3E800>;
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 262 if (of_property_read_u32(q_node, "snps,high_credit", in stmmac_mtl_setup() 263 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup() 264 plat->tx_queues_cfg[queue].high_credit = 0x0; in stmmac_mtl_setup()
|
D | stmmac_tc.c | 348 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs() 356 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
|
D | dwmac4_core.c | 231 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()
|
D | dwxgmac2_core.c | 217 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()
|
D | hwif.h | 316 u32 idle_slope, u32 high_credit, u32 low_credit,
|
D | stmmac_main.c | 2456 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
|
/Linux-v5.10/include/linux/ |
D | stmmac.h | 139 u32 high_credit; member
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 646 u32 high_credit;
|