Home
last modified time | relevance | path

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

/Linux-v6.1/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.c239 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
304 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.h243 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro
Ddwmac-sun8i.c501 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_rx()
524 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_tx()
Dstmmac_main.c2361 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2362 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2363 priv->xstats.threshold = SF_DMA_MODE; in stmmac_dma_operation_mode()
2366 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2496 if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && tc <= 256) { in stmmac_bump_dma_threshold()
2502 stmmac_set_dma_operation_mode(priv, tc, SF_DMA_MODE, in stmmac_bump_dma_threshold()
/Linux-v6.1/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro