Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/
H A Dstmmac.txt23 - snps,force_thresh_dma_mode Force DMA to use the threshold mode for
27 ignored if force_thresh_dma_mode is set.
/OK3568_Linux_fs/kernel/include/linux/
H A Dsxgbe_platform.h49 int force_thresh_dma_mode; member
H A Dstmmac.h166 int force_thresh_dma_mode; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_platform.c564 plat->force_thresh_dma_mode = of_property_read_bool(np, "snps,force_thresh_dma_mode"); in stmmac_probe_config_dt()
565 if (plat->force_thresh_dma_mode) { 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_uio.c669 if (priv->plat->force_thresh_dma_mode) { in uio_dma_operation_mode()
H A Dstmmac_main.c2004 if (priv->plat->force_thresh_dma_mode) { in stmmac_dma_operation_mode()
2288 if (priv->plat->force_thresh_dma_mode) in stmmac_dma_interrupt()
4844 if (priv->plat->force_thresh_dma_mode) in stmmac_hw_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsnps,dwmac.yaml239 snps,force_thresh_dma_mode:
248 rx. This flag is ignored if force_thresh_dma_mode is set.
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3328-rock64.dts160 snps,force_thresh_dma_mode;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dlpc18xx.dtsi194 snps,force_thresh_dma_mode;
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst398 int force_thresh_dma_mode;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff752 + if (priv->plat->force_thresh_dma_mode) {
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff904 + if (priv->plat->force_thresh_dma_mode) {
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c716 } else if (unlikely(priv->plat->force_thresh_dma_mode)) { in sxgbe_mtl_operation_mode()