Home
last modified time | relevance | path

Searched full:low_credit (Results 1 – 12 of 12) sorted by relevance

/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dsa8540p-ride.dts243 snps,low_credit = <0xffc18000>;
251 snps,low_credit = <0xffc18000>;
320 snps,low_credit = <0xffc18000>;
328 snps,low_credit = <0xffc18000>;
Dsa8775p-ride.dtsi429 snps,low_credit = <0xffc18000>;
437 snps,low_credit = <0xffc18000>;
498 snps,low_credit = <0xffc18000>;
506 snps,low_credit = <0xffc18000>;
Dqcs8300-ride.dts275 snps,low_credit = <0xffc18000>;
283 snps,low_credit = <0xffc18000>;
/linux-6.14.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c264 if (of_property_read_u32(q_node, "snps,low_credit", in stmmac_mtl_setup()
265 &plat->tx_queues_cfg[queue].low_credit)) in stmmac_mtl_setup()
266 plat->tx_queues_cfg[queue].low_credit = 0x0; in stmmac_mtl_setup()
Ddwmac4_core.c269 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument
279 pr_debug("\tlow_credit: 0x%08x\n", low_credit); in dwmac4_config_cbs()
307 value |= low_credit & MTL_HIGH_CRED_LC_MASK; in dwmac4_config_cbs()
Dstmmac_tc.c403 priv->plat->tx_queues_cfg[queue].low_credit = value & GENMASK(31, 0); in tc_setup_cbs()
409 priv->plat->tx_queues_cfg[queue].low_credit, in tc_setup_cbs()
Ddwxgmac2_core.c274 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument
282 writel(low_credit, ioaddr + XGMAC_MTL_TCx_LOCREDIT(queue)); in dwxgmac2_config_cbs()
Dhwif.h341 u32 low_credit, u32 queue);
Dstmmac_main.c3265 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml385 snps,low_credit:
695 snps,low_credit = <0xFFC18000>;
/linux-6.14.4/include/linux/
Dstmmac.h137 u32 low_credit; member
/linux-6.14.4/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst647 u32 low_credit;