Home
last modified time | relevance | path

Searched refs:DMA_CONTROL_TSE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Ddwmac4_dma.c401 writel(value | DMA_CONTROL_TSE, in dwmac4_enable_tso()
406 writel(value & ~DMA_CONTROL_TSE, in dwmac4_enable_tso()
Ddwmac4_dma.h113 #define DMA_CONTROL_TSE BIT(12) macro