Home
last modified time | relevance | path

Searched full:force_sf_dma_mode (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c468 plat->force_sf_dma_mode = in stmmac_probe_config_dt()
469 of_property_read_bool(np, "snps,force_sf_dma_mode"); in stmmac_probe_config_dt()
536 plat->force_sf_dma_mode = 1; in stmmac_probe_config_dt()
566 plat->force_sf_dma_mode = 0; in stmmac_probe_config_dt()
568 "force_sf_dma_mode is ignored if force_thresh_dma_mode is set.\n"); in stmmac_probe_config_dt()
H A Dstmmac_pci.c26 plat->force_sf_dma_mode = 1; in common_default_data()
79 plat->force_sf_dma_mode = 1; in snps_gmac5_default_data()
H A Ddwmac-intel.c208 plat->force_sf_dma_mode = 1; in common_default_data()
244 plat->force_sf_dma_mode = 0; in intel_mgbe_common_data()
H A Dstmmac_uio.c672 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in uio_dma_operation_mode()
H A Dstmmac_main.c2007 } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) { in stmmac_dma_operation_mode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsxgbe_platform.h48 int force_sf_dma_mode; member
H A Dstmmac.h165 int force_sf_dma_mode; member
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dstmmac.txt25 - snps,force_sf_dma_mode Force DMA to use the Store and Forward
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml244 snps,force_sf_dma_mode:
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst397 int force_sf_dma_mode;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun6i-a31.dtsi950 snps,force_sf_dma_mode;
H A Dsun7i-a20.dtsi1675 snps,force_sf_dma_mode;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun9i-a80.dtsi332 snps,force_sf_dma_mode;
H A Dsun6i-a31.dtsi955 snps,force_sf_dma_mode;
H A Dsun7i-a20.dtsi1521 snps,force_sf_dma_mode;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff755 + } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) {
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff907 + } else if (priv->plat->force_sf_dma_mode || priv->plat->tx_coe) {
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c704 if (likely(priv->plat->force_sf_dma_mode)) { in sxgbe_mtl_operation_mode()