Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_dma.h32 void (*start_tx)(void __iomem *ioaddr, int tchannels);
34 void (*stop_tx)(void __iomem *ioaddr, int tchannels);
Dsxgbe_dma.c121 static void sxgbe_dma_start_tx(void __iomem *ioaddr, int tchannels) in sxgbe_dma_start_tx() argument
126 for (cnum = 0; cnum < tchannels; cnum++) { in sxgbe_dma_start_tx()
152 static void sxgbe_dma_stop_tx(void __iomem *ioaddr, int tchannels) in sxgbe_dma_stop_tx() argument
157 for (cnum = 0; cnum < tchannels; cnum++) { in sxgbe_dma_stop_tx()