Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsxgbe_platform.h49 int force_thresh_dma_mode; member
Dstmmac.h210 int force_thresh_dma_mode; member
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c561 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
562 if (plat->force_thresh_dma_mode) { in stmmac_probe_config_dt()
Dstmmac_main.c2355 if (priv->plat->force_thresh_dma_mode) { in stmmac_dma_operation_mode()
2504 if (priv->plat->force_thresh_dma_mode) in stmmac_bump_dma_threshold()
6833 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/linux-6.1.9/arch/arm64/boot/dts/rockchip/
Drk3328-rock64.dts156 snps,force_thresh_dma_mode;
/linux-6.1.9/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml257 snps,force_thresh_dma_mode:
266 rx. This flag is ignored if force_thresh_dma_mode is set.
/linux-6.1.9/arch/arm/boot/dts/
Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/linux-6.1.9/arch/arm64/boot/dts/freescale/
Dimx8mp-evk.dts109 snps,force_thresh_dma_mode;
Dimx8mp-verdin.dtsi189 snps,force_thresh_dma_mode;
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst398 int force_thresh_dma_mode;
/linux-6.1.9/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c716 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()