Searched full:high_credit (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwmac.yaml | 198 * snps,high_credit, max write outstanding req. limit 406 snps,high_credit = <0x3E800>;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_platform.c | 263 if (of_property_read_u32(q_node, "snps,high_credit", in stmmac_mtl_setup() 264 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup() 265 plat->tx_queues_cfg[queue].high_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 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()
|
| H A D | stmmac_tc.c | 375 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs() 383 priv->plat->tx_queues_cfg[queue].high_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 224 writel(high_credit, ioaddr + XGMAC_MTL_TCx_HICREDIT(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 | 466 priv->plat->tx_queues_cfg[queue].high_credit, in uio_configure_cbs()
|
| H A D | stmmac_main.c | 2541 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stmmac.h | 140 u32 high_credit; member
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 646 u32 high_credit;
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 549 + priv->plat->tx_queues_cfg[queue].high_credit,
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 720 + priv->plat->tx_queues_cfg[queue].high_credit,
|