Home
last modified time | relevance | path

Searched full:force_thresh_dma_mode (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/
H A Dsxgbe_platform.h49 int force_thresh_dma_mode; member
H A Dstmmac.h217 int force_thresh_dma_mode; member
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c599 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
600 if (plat->force_thresh_dma_mode && plat->force_sf_dma_mode) { in stmmac_probe_config_dt()
603 "force_sf_dma_mode is ignored if force_thresh_dma_mode is set.\n"); in stmmac_probe_config_dt()
/linux/Documentation/devicetree/bindings/net/
H A Dstarfive,jh7110-dwmac.yaml166 snps,force_thresh_dma_mode;
H A Dsnps,dwmac.yaml476 snps,force_thresh_dma_mode:
485 rx. This flag is ignored if force_thresh_dma_mode is set.
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3328-rock64.dts147 snps,force_thresh_dma_mode;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-beacon-som.dtsi52 snps,force_thresh_dma_mode;
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110.dtsi1022 snps,force_thresh_dma_mode;
1053 snps,force_thresh_dma_mode;
/linux/arch/arm/boot/dts/nxp/lpc/
H A Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst398 int force_thresh_dma_mode;
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c715 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()