Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsxgbe_platform.h50 int force_thresh_dma_mode; member
Dstmmac.h164 int force_thresh_dma_mode; member
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c513 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
514 if (plat->force_thresh_dma_mode) { in stmmac_probe_config_dt()
Dstmmac_main.c1807 if (priv->plat->force_thresh_dma_mode) { in stmmac_dma_operation_mode()
2088 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_interrupt()
4160 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/Linux-v4.19/Documentation/devicetree/bindings/net/
Dstmmac.txt49 - snps,force_thresh_dma_mode Force DMA to use the threshold mode for
53 ignored if force_thresh_dma_mode is set.
/Linux-v4.19/arch/arm64/boot/dts/rockchip/
Drk3328-rock64.dts102 snps,force_thresh_dma_mode;
/Linux-v4.19/Documentation/networking/
Dstmmac.txt131 int force_thresh_dma_mode;
172 o force_thresh_dma_mode: force DMA to use the Threshold mode other than
/Linux-v4.19/arch/arm/boot/dts/
Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c714 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()