Searched full:high_credit (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8540p-ride.dts | 242 snps,high_credit = <0x3e800>; 250 snps,high_credit = <0x3e800>; 319 snps,high_credit = <0x3e800>; 327 snps,high_credit = <0x3e800>;
|
H A D | sa8775p-ride.dtsi | 327 snps,high_credit = <0x3e800>; 335 snps,high_credit = <0x3e800>; 396 snps,high_credit = <0x3e800>; 404 snps,high_credit = <0x3e800>;
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 261 if (of_property_read_u32(q_node, "snps,high_credit", in stmmac_mtl_setup() 262 &plat->tx_queues_cfg[queue].high_credit)) in stmmac_mtl_setup() 263 plat->tx_queues_cfg[queue].high_credit = 0x0; in stmmac_mtl_setup()
|
H A D | dwmac4_core.c | 268 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument 277 pr_debug("\thigh_credit: 0x%08x\n", high_credit); in dwmac4_config_cbs() 300 value |= high_credit & MTL_HIGH_CRED_HC_MASK; in dwmac4_config_cbs()
|
H A D | stmmac_tc.c | 400 priv->plat->tx_queues_cfg[queue].high_credit = value & GENMASK(31, 0); in tc_setup_cbs() 408 priv->plat->tx_queues_cfg[queue].high_credit, in tc_setup_cbs()
|
H A D | dwxgmac2_core.c | 273 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument 280 writel(high_credit, ioaddr + XGMAC_MTL_TCx_HICREDIT(queue)); in dwxgmac2_config_cbs()
|
H A D | hwif.h | 340 u32 send_slope, u32 idle_slope, u32 high_credit,
|
H A D | stmmac_main.c | 3213 priv->plat->tx_queues_cfg[queue].high_credit, in stmmac_configure_cbs()
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | snps,dwmac.yaml | 378 snps,high_credit: 690 snps,high_credit = <0x3E800>;
|
/linux/include/linux/ |
H A D | stmmac.h | 134 u32 high_credit; member
|
/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 646 u32 high_credit;
|