Searched refs:low_credit (Results 1 – 10 of 10) sorted by relevance
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8540p-ride.dts | 243 snps,low_credit = <0xffc18000>; 251 snps,low_credit = <0xffc18000>; 320 snps,low_credit = <0xffc18000>; 328 snps,low_credit = <0xffc18000>;
|
H A D | sa8775p-ride.dtsi | 328 snps,low_credit = <0xffc18000>; 336 snps,low_credit = <0xffc18000>; 397 snps,low_credit = <0xffc18000>; 405 snps,low_credit = <0xffc18000>;
|
/linux/include/linux/ |
H A D | stmmac.h | 135 u32 low_credit; member
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_platform.c | 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()
|
H A D | dwmac4_core.c | 268 u32 high_credit, u32 low_credit, u32 queue) in dwmac4_config_cbs() argument 278 pr_debug("\tlow_credit: 0x%08x\n", low_credit); in dwmac4_config_cbs() 306 value |= low_credit & MTL_HIGH_CRED_LC_MASK; in dwmac4_config_cbs()
|
H A D | stmmac_tc.c | 403 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()
|
H A D | dwxgmac2_core.c | 273 u32 high_credit, u32 low_credit, u32 queue) in dwxgmac2_config_cbs() argument 281 writel(low_credit, ioaddr + XGMAC_MTL_TCx_LOCREDIT(queue)); in dwxgmac2_config_cbs()
|
H A D | hwif.h | 341 u32 low_credit, u32 queue);
|
H A D | stmmac_main.c | 3214 priv->plat->tx_queues_cfg[queue].low_credit, in stmmac_configure_cbs()
|
/linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
H A D | stmmac.rst | 647 u32 low_credit;
|