Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_dma.c134 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_rx_mode()
194 if (mode == SF_DMA_MODE) { in dwxgmac2_dma_tx_mode()
H A Ddwmac4_dma.c267 if (mode == SF_DMA_MODE) { in dwmac4_dma_rx_chan_op_mode()
334 if (mode == SF_DMA_MODE) { in dwmac4_dma_tx_chan_op_mode()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ macro