Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c160 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_rx()
189 if (mode == SF_DMA_MODE) { in dwmac1000_dma_operation_mode_tx()
H A Ddwxgmac2_dma.c152 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_rx_mode()
218 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_tx_mode()
H A Ddwmac4_dma.c271 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
339 if (mode == SF_DMA_MODE) { in dwmac4_dma_tx_chan_op_mode()
H A Ddwmac-sun8i.c518 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_rx()
542 if (mode == SF_DMA_MODE) { in sun8i_dwmac_dma_operation_mode_tx()
H A Dstmmac_main.c2454 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2455 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2456 priv->xstats.threshold = SF_DMA_MODE; in stmmac_dma_operation_mode()
2459 rxmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2652 if (unlikely(priv->xstats.threshold != SF_DMA_MODE) && tc <= 256) { in stmmac_bump_dma_threshold()
2658 stmmac_set_dma_operation_mode(priv, tc, SF_DMA_MODE, in stmmac_bump_dma_threshold()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro