Searched full:low_credit (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwmac.yaml | 199 * snps,low_credit, max read outstanding req. limit 407 snps,low_credit = <0xFFC18000>;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_platform.c | 266 if (of_property_read_u32(q_node, "snps,low_credit", in stmmac_mtl_setup() 267 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup() 268 plat->tx_queues_cfg[queue].low_credit = 0x0; in stmmac_mtl_setup()
|
| H A 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()
|
| H A D | stmmac_tc.c | 378 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()
|
| H A D | dwxgmac2_core.c | 217 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()
|
| H A D | hwif.h | 317 u32 idle_slope, u32 high_credit, u32 low_credit,
|
| H A D | stmmac_uio.c | 467 priv->plat->tx_queues_cfg[queue].low_credit, in uio_configure_cbs()
|
| H A D | stmmac_main.c | 2542 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stmmac.h | 141 u32 low_credit; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 647 u32 low_credit;
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 550 + priv->plat->tx_queues_cfg[queue].low_credit,
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 721 + priv->plat->tx_queues_cfg[queue].low_credit,
|