Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/
A Dsxgbe_dma.h29 void (*start_tx)(void __iomem *ioaddr, int tchannels);
31 void (*stop_tx)(void __iomem *ioaddr, int tchannels);
A Dsxgbe_dma.c118 static void sxgbe_dma_start_tx(void __iomem *ioaddr, int tchannels) in sxgbe_dma_start_tx() argument
123 for (cnum = 0; cnum < tchannels; cnum++) { in sxgbe_dma_start_tx()
149 static void sxgbe_dma_stop_tx(void __iomem *ioaddr, int tchannels) in sxgbe_dma_stop_tx() argument
154 for (cnum = 0; cnum < tchannels; cnum++) { in sxgbe_dma_stop_tx()

Completed in 5 milliseconds