[go: nahoru, domu]

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

/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c113 static void dwmac1000_dma_operation_mode(void __iomem *ioaddr, int txmode, argument
118 if (txmode == SF_DMA_MODE) {
127 pr_debug("GMAC: disabling TX SF (threshold %d)\n", txmode);
131 if (txmode <= 32)
133 else if (txmode <= 64)
135 else if (txmode <= 128)
137 else if (txmode <= 192)
H A Ddwmac100_dma.c74 static void dwmac100_dma_operation_mode(void __iomem *ioaddr, int txmode, argument
79 if (txmode <= 32)
81 else if (txmode <= 64)
H A Dcommon.h352 void (*dma_mode) (void __iomem *ioaddr, int txmode, int rxmode);

Completed in 35 milliseconds