Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsxgbe_platform.h47 int force_thresh_dma_mode; member
Dstmmac.h148 int force_thresh_dma_mode; member
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c549 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
550 if (plat->force_thresh_dma_mode) { in stmmac_probe_config_dt()
Dstmmac_main.c1837 if (priv->plat->force_thresh_dma_mode) { in stmmac_dma_operation_mode()
2115 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_interrupt()
4357 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/Linux-v5.4/arch/arm64/boot/dts/rockchip/
Drk3328-rock64.dts152 snps,force_thresh_dma_mode;
/Linux-v5.4/Documentation/networking/device_drivers/stmicro/
Dstmmac.txt131 int force_thresh_dma_mode;
172 o force_thresh_dma_mode: force DMA to use the Threshold mode other than
/Linux-v5.4/arch/arm/boot/dts/
Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c711 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()