[go: nahoru, domu]

Searched defs:txmode (Results 1 - 2 of 2) 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)

Completed in 12 milliseconds