Home
last modified time | relevance | path

Searched refs:SF_DMA_MODE (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c155 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_rx()
183 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_tx()
Ddwmac4_dma.c229 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
294 if (mode == SF_DMA_MODE) { in dwmac4_dma_tx_chan_op_mode()
Ddwxgmac2_dma.c148 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_rx_mode()
214 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_tx_mode()
Dcommon.h223 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro
Ddwmac-sun8i.c480 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_rx()
503 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_tx()
Dstmmac_main.c2005 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2006 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2007 priv->xstats.threshold = SF_DMA_MODE; in stmmac_dma_operation_mode()
2010 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2275 if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && in stmmac_dma_interrupt()
2286 SF_DMA_MODE, in stmmac_dma_interrupt()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro