Searched refs:txpbl (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwxgmac2_dma.c | 80 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 D | dwmac4_dma.c | 73 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 D | dwmac-motorcomm.c | 228 plat->dma_cfg->txpbl = 32; in motorcomm_default_plat_data()
|
| H A D | stmmac_platform.c | 559 of_property_read_u32(np, "snps,txpbl", &dma_cfg->txpbl); in stmmac_probe_config_dt()
|
| H A D | stmmac_main.c | 4392 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 D | snps,dwc-qos-ethernet.txt | 115 - snps,txpbl: DMA Programmable burst length for the TX DMA 154 snps,txpbl = <8>;
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g077.dtsi | 580 snps,txpbl = <16>; 735 snps,txpbl = <16>; 890 snps,txpbl = <16>;
|
| H A D | r9a09g087.dtsi | 581 snps,txpbl = <16>; 737 snps,txpbl = <16>; 893 snps,txpbl = <16>;
|
| H A D | r9a09g056.dtsi | 1547 snps,txpbl = <32>; 1653 snps,txpbl = <32>;
|
| H A D | r9a09g057.dtsi | 1677 snps,txpbl = <32>; 1783 snps,txpbl = <32>;
|
| H A D | r9a09g047.dtsi | 1875 snps,txpbl = <32>; 1980 snps,txpbl = <32>;
|
| /linux/arch/arm/boot/dts/axis/ |
| H A D | artpec6.dtsi | 301 snps,txpbl = <8>;
|
| /linux/arch/riscv/boot/dts/starfive/ |
| H A D | jh7110.dtsi | 1051 snps,txpbl = <16>; 1081 snps,txpbl = <16>;
|
| /linux/arch/riscv/boot/dts/sophgo/ |
| H A D | sg2044.dtsi | 342 snps,txpbl = <32>;
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328.dtsi | 999 snps,txpbl = <0x4>; 1023 snps,txpbl = <0x4>;
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt2712e.dtsi | 757 snps,txpbl = <1>;
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 540 int txpbl;
|