Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c165 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_rx()
193 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_tx()
Ddwxgmac2_dma.c133 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_rx_mode()
163 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_tx_mode()
Ddwmac4_dma.c204 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
284 if (mode == SF_DMA_MODE) { in dwmac4_dma_tx_chan_op_mode()
Dcommon.h219 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro
Ddwmac-sun8i.c457 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_rx()
480 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_tx()
Dstmmac_main.c1818 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1819 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
1820 priv->xstats.threshold = SF_DMA_MODE; in stmmac_dma_operation_mode()
1823 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2085 if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && in stmmac_dma_interrupt()
2096 SF_DMA_MODE, in stmmac_dma_interrupt()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_common.h72 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro