Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsxgbe_platform.h50 int force_thresh_dma_mode; member
Dstmmac.h112 int force_thresh_dma_mode; member
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c227 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
228 if (plat->force_thresh_dma_mode) { in stmmac_probe_config_dt()
Dstmmac_main.c1293 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_operation_mode()
1474 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_interrupt()
2784 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dstmmac.txt23 - snps,force_thresh_dma_mode Force DMA to use the threshold mode for
27 ignored if force_thresh_dma_mode is set.
/linux-4.4.14/Documentation/networking/
Dstmmac.txt132 int force_thresh_dma_mode;
169 o force_thresh_dma_mode: force DMA to use the Threshold mode other than
/linux-4.4.14/arch/blackfin/mach-bf609/boards/
Dezkit.c138 .force_thresh_dma_mode = 1,
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c718 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()