Home
last modified time | relevance | path

Searched refs:txpbl (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_dma.c80 u32 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwxgmac2_dma_init_tx_chan() local
84 value = u32_replace_bits(value, txpbl, XGMAC_TxPBL); in dwxgmac2_dma_init_tx_chan()
H A Ddwmac4_dma.c73 u32 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwmac4_dma_init_tx_chan() local
76 value = value | FIELD_PREP(DMA_CHAN_TX_CTRL_TXPBL_MASK, txpbl); in dwmac4_dma_init_tx_chan()
H A Ddwmac-motorcomm.c228 plat->dma_cfg->txpbl = 32; in motorcomm_default_plat_data()
H A Dstmmac_platform.c559 of_property_read_u32(np, "snps,txpbl", &dma_cfg->txpbl); in stmmac_probe_config_dt()
H A Dstmmac_main.c4392 int txpbl; in stmmac_set_gso_features() local
4411 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in stmmac_set_gso_features()
4412 if (txpbl < 4) { in stmmac_set_gso_features()
4413 dev_warn(priv->device, "txpbl(%d) is too low for TSO\n", txpbl); in stmmac_set_gso_features()
/linux/Documentation/devicetree/bindings/net/
H A Dsnps,dwc-qos-ethernet.txt115 - snps,txpbl: DMA Programmable burst length for the TX DMA
154 snps,txpbl = <8>;
/linux/arch/arm64/boot/dts/renesas/
H A Dr9a09g077.dtsi580 snps,txpbl = <16>;
735 snps,txpbl = <16>;
890 snps,txpbl = <16>;
H A Dr9a09g087.dtsi581 snps,txpbl = <16>;
737 snps,txpbl = <16>;
893 snps,txpbl = <16>;
H A Dr9a09g056.dtsi1547 snps,txpbl = <32>;
1653 snps,txpbl = <32>;
H A Dr9a09g057.dtsi1677 snps,txpbl = <32>;
1783 snps,txpbl = <32>;
H A Dr9a09g047.dtsi1875 snps,txpbl = <32>;
1980 snps,txpbl = <32>;
/linux/arch/arm/boot/dts/axis/
H A Dartpec6.dtsi301 snps,txpbl = <8>;
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi1051 snps,txpbl = <16>;
1081 snps,txpbl = <16>;
/linux/arch/riscv/boot/dts/sophgo/
H A Dsg2044.dtsi342 snps,txpbl = <32>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3328.dtsi999 snps,txpbl = <0x4>;
1023 snps,txpbl = <0x4>;
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt2712e.dtsi757 snps,txpbl = <1>;
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst540 int txpbl;