Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dsxgbe_platform.h49 int force_thresh_dma_mode; member
Dstmmac.h165 int force_thresh_dma_mode; member
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c551 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
552 if (plat->force_thresh_dma_mode) { in stmmac_probe_config_dt()
555 "force_sf_dma_mode is ignored if force_thresh_dma_mode is set.\n"); in stmmac_probe_config_dt()
Dstmmac_main.c1922 if (priv->plat->force_thresh_dma_mode) { in stmmac_dma_operation_mode()
2206 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_interrupt()
4704 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml230 snps,force_thresh_dma_mode:
239 rx. This flag is ignored if force_thresh_dma_mode is set.
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3328-rock64.dts153 snps,force_thresh_dma_mode;
/Linux-v5.10/arch/arm/boot/dts/
Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst398 int force_thresh_dma_mode;
/Linux-v5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c716 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()