Searched refs:txmode (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c71 static void dwmac1000_dma_operation_mode(void __iomem *ioaddr, int txmode, argument
76 if (txmode == SF_DMA_MODE) {
85 " (threshold = %d)\n", txmode);
89 if (txmode <= 32)
91 else if (txmode <= 64)
93 else if (txmode <= 128)
95 else if (txmode <= 192)
H A Ddwmac100_dma.c71 static void dwmac100_dma_operation_mode(void __iomem *ioaddr, int txmode, argument
76 if (txmode <= 32)
78 else if (txmode <= 64)
H A Dcommon.h244 void (*dma_mode) (void __iomem *ioaddr, int txmode, int rxmode);

Completed in 58 milliseconds