Home
last modified time | relevance | path

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

/Linux-v5.4/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.c201 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
281 if (mode == SF_DMA_MODE) { in dwmac4_dma_tx_chan_op_mode()
Ddwxgmac2_dma.c145 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_rx_mode()
221 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_tx_mode()
Dcommon.h210 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro
Ddwmac-sun8i.c462 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_rx()
485 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_tx()
Dstmmac_main.c1848 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1849 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1850 priv->xstats.threshold = SF_DMA_MODE; in stmmac_dma_operation_mode()
1853 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2112 if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && in stmmac_dma_interrupt()
2123 SF_DMA_MODE, in stmmac_dma_interrupt()
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro